OBJECT

RecordAssociation

link GraphQL Schema definition

  • type RecordAssociation {
  • # full details of record linked from
  • fairsharingRecord: FairsharingRecordSummary!
  • # ID of the linking fairsharing_record
  • fairsharingRecordId: Int!
  • # ID of the record association itself
  • id: Int!
  • # full details of record linked to
  • linkedRecord: FairsharingRecordSummary!
  • # ID of the fairsharing_record linked to
  • linkedRecordId: Int!
  • # label describing the relationship between the two records
  • recordAssocLabel: String!
  • # ID of the label described by record_assoc_label
  • recordAssocLabelId: Int!
  • }