OBJECT

Relationship

A relationship between two entities

link GraphQL Schema definition

  • type Relationship {
  • # The description of the relationship
  • description: String
  • # The relationship type
  • relationType: String
  • # The valid from date of the relationship
  • validFrom: ISO8601Date
  • # The valid until date of the relationship
  • validUntil: ISO8601Date
  • }