OBJECT
RecordsByCurator
link GraphQL Schema definition
- type RecordsByCurator {
- # records currently in curation by this curator
- : [FairsharingRecord!]
- # id of the curator curating this record
- : Int
- # name of the curator curating this record
- : String!
- }