Skip to main content

ProductConnectionWithSearch

Paginate through Products

type ProductConnectionWithSearch {
edges: [ProductEdge]!
nodes: [Product]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: ProductTermAggregations
}

Fields

ProductConnectionWithSearch.edges ● [ProductEdge]! non-null object

ProductConnectionWithSearch.nodes ● [Product]! non-null object

ProductConnectionWithSearch.pageInfo ● PageInfo! non-null object

ProductConnectionWithSearch.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?'

ProductConnectionWithSearch.termAggregations ● ProductTermAggregations 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

Collection object ● DemandHq object