SupplierProductConnectionWithSearch
Paginate through SupplierProducts
type SupplierProductConnectionWithSearch {
edges: [SupplierProductEdge]!
nodes: [SupplierProduct]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: SupplierProductTermAggregations
}
Fields
SupplierProductConnectionWithSearch.edges ● [SupplierProductEdge]! non-null object
SupplierProductConnectionWithSearch.nodes ● [SupplierProduct]! non-null object
SupplierProductConnectionWithSearch.pageInfo ● PageInfo! non-null object
SupplierProductConnectionWithSearch.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?'
SupplierProductConnectionWithSearch.termAggregations ● SupplierProductTermAggregations 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
Supplier object