OBJECT

Grant

link GraphQL Schema definition

  • type Grant {
  • # an optional description
  • description: String
  • # fairsharing_records funded by this grant
  • fairsharingRecords: [FairsharingRecord!]
  • # grant id
  • id: Int!
  • # grant name
  • name: String!
  • # organisations providing this grant
  • organisations: [Organisation!]
  • }