OBJECT

FairsharingRegistry

link GraphQL Schema definition

  • type FairsharingRegistry {
  • # record description
  • description: String!
  • # fairsharing_records belonging to this registry
  • fairsharingRecords: [FairsharingRecord!]
  • # record id
  • id: Int!
  • # record name
  • name: String!
  • # record_types belonging to this registry
  • recordTypes: [RecordType!]
  • # JSON metatdata schema for the registry
  • schema: Json!
  • }