OBJECT

ObjectType

link GraphQL Schema definition

  • type ObjectType {
  • # any definition(s) for the type
  • definitions: [String!]!
  • # fairsharing_records with this object_type
  • fairsharingRecords: [FairsharingRecordSummary!]
  • # ID of this tag
  • id: Int!
  • # unique IRI of the tag
  • iri: String!
  • # label, to be used as the displayed name of the tag
  • label: String!
  • }