OBJECT

ElasticsearchPaginatedCollection

link GraphQL Schema definition

  • type ElasticsearchPaginatedCollection {
  • # summary of all aggregations (i.e. facets) for narrowing down the search
  • aggregations: Json
  • # 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!
  • # fairsharing_records returned by the search
  • records: [FairsharingRecord!]
  • # total number of records
  • totalCount: Int!
  • # total number of pages
  • totalPages: Int!
  • }

link Require by