OBJECT

RecordAssociationLabel

link GraphQL Schema definition

  • type RecordAssociationLabel {
  • # ID of this label
  • id: Int!
  • # name/label of this relation
  • name: String!
  • # ID of the parent label
  • parentId: Int
  • }

link Require by