CollectionConnectionWithSearch
Paginate through Collections
type CollectionConnectionWithSearch {
edges: [CollectionEdge]!
nodes: [Collection]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: CollectionTermAggregations
}
Fields
CollectionConnectionWithSearch.edges ● [CollectionEdge]! non-null object
CollectionConnectionWithSearch.nodes ● [Collection]! non-null object
CollectionConnectionWithSearch.pageInfo ● PageInfo! non-null object
CollectionConnectionWithSearch.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?'
CollectionConnectionWithSearch.termAggregations ● CollectionTermAggregations 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