OBJECT

RecordType

link GraphQL Schema definition

  • type RecordType {
  • # record_type description
  • description: String!
  • # fairsharing_records belonging to this record_type
  • fairsharingRecords: [FairsharingRecord!]
  • # registry to which this record_type belongs
  • fairsharingRegistry: FairsharingRegistry
  • # record_type id
  • id: Int!
  • # record_name
  • name: String!
  • # JSON metatdata schema for the record_type
  • schema: Json!
  • }