PageConnectionWithSearch
Paginate through Pages
type PageConnectionWithSearch {
edges: [PageEdge]!
nodes: [Page]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: PageTermAggregations
}
Fields
PageConnectionWithSearch.edges ● [PageEdge]! non-null object
PageConnectionWithSearch.nodes ● [Page]! non-null object
PageConnectionWithSearch.pageInfo ● PageInfo! non-null object
PageConnectionWithSearch.querySuggestions ● JSON scalar
This is an object with terms in the query as keys, and a suggestion for that term as the value. This is often referred to as 'Did you mean?'
PageConnectionWithSearch.termAggregations ● PageTermAggregations object
Values and the number of times they occur for the results of the query. These will be the same for every page of a query, and should only be fetched on the first page.
Member of
DemandHq object