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