PublicProductConnectionWithSearch
Paginate through PublicProducts
type PublicProductConnectionWithSearch {
edges: [PublicProductEdge]!
nodes: [PublicProduct]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: ProductTermAggregations
}
Fields
PublicProductConnectionWithSearch.edges
● [PublicProductEdge]!
non-null object
PublicProductConnectionWithSearch.nodes
● [PublicProduct]!
non-null object
PublicProductConnectionWithSearch.pageInfo
● PageInfo!
non-null object
PublicProductConnectionWithSearch.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?'
PublicProductConnectionWithSearch.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.
Returned by
products
query
Member of
PublicCollection
object