OBJECT

GrantCollection

link GraphQL Schema definition

  • type GrantCollection {
  • # current page in the paginated collection
  • currentPage: Int!
  • # true if this is the first page, false otherwise
  • firstPage: Boolean!
  • # true if this is the last page, false otherwise
  • lastPage: Boolean!
  • # number of records per page
  • perPage: Int!
  • # records returned by the search
  • records: [Grant!]
  • # total number of records
  • totalCount: Int!
  • # total number of pages
  • totalPages: Int!
  • }

link Require by