OBJECT
ElasticsearchPaginatedCollection
link GraphQL Schema definition
- type ElasticsearchPaginatedCollection {
- # summary of all aggregations (i.e. facets) for narrowing down the search
- : Json
- # current page in the paginated collection
- : Int!
- # true if this is the first page, false otherwise
- : Boolean!
- # true if this is the last page, false otherwise
- : Boolean!
- # number of records per page
- : Int!
- # fairsharing_records returned by the search
- : [FairsharingRecord!]
- # total number of records
- : Int!
- # total number of pages
- : Int!
- }