Skip to main content

CustomerConnectionWithSearch

Paginate through Customers

type CustomerConnectionWithSearch {
edges: [CustomerEdge]!
nodes: [Customer]!
pageInfo: PageInfo!
querySuggestions: JSON
}

Fields​

CustomerConnectionWithSearch.edges ● [CustomerEdge]! non-null object​

CustomerConnectionWithSearch.nodes ● [Customer]! non-null object​

CustomerConnectionWithSearch.pageInfo ● PageInfo! non-null object​

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

Member of​

Storefront object