OBJECT
RecordType
link GraphQL Schema definition
- type RecordType {
- # record_type description
- : String!
- # fairsharing_records belonging to this record_type
- : [FairsharingRecord!]
- # registry to which this record_type belongs
- : FairsharingRegistry
- # record_type id
- : Int!
- # record_name
- : String!
- # JSON metatdata schema for the record_type
- : Json!
- }