OBJECT
Relationship
A relationship between two entities
link GraphQL Schema definition
- type Relationship {
- # The description of the relationship
- String :
- # The relationship type
- String :
- # The valid from date of the relationship
- ISO8601Date :
- # The valid until date of the relationship
- ISO8601Date :
- }