Schema for join input objects used to define table relationships
RELATIONSHIP_TYPE_UNKNOWN
- Relationship type is not specified or unclearONE_TO_ONE
- Each record in left table matches exactly one record in right tableONE_TO_MANY
- Each record in left table can match multiple records in right tableMANY_TO_ONE
- Multiple records in left table can match one record in right tableMANY_TO_MANY
- Multiple records in left table can match multiple records in right table