OBJECT
Grant
link GraphQL Schema definition
- type Grant {
- # an optional description
- : String
- # fairsharing_records funded by this grant
- : [FairsharingRecord!]
- # grant id
- : Int!
- # grant name
- : String!
- # organisations providing this grant
- : [Organisation!]
- }