OBJECT

RecordsByCurator

link GraphQL Schema definition

  • type RecordsByCurator {
  • # records currently in curation by this curator
  • fairsharingRecords: [FairsharingRecord!]
  • # id of the curator curating this record
  • id: Int
  • # name of the curator curating this record
  • username: String!
  • }

link Require by