PublicSupplierProductConnectionWithSearch
Paginate through PublicSupplierProducts
type PublicSupplierProductConnectionWithSearch {
edges: [PublicSupplierProductEdge]!
nodes: [PublicSupplierProduct]!
pageInfo: PageInfo!
querySuggestions: JSON
}
Fields
PublicSupplierProductConnectionWithSearch.edges ● [PublicSupplierProductEdge]! non-null object
PublicSupplierProductConnectionWithSearch.nodes ● [PublicSupplierProduct]! non-null object
PublicSupplierProductConnectionWithSearch.pageInfo ● PageInfo! non-null object
PublicSupplierProductConnectionWithSearch.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?'
Returned by
publicSupplierProducts query