StorefrontConnection
Paginate through Storefronts
type StorefrontConnection {
edges: [StorefrontEdge]!
nodes: [Storefront]!
pageInfo: PageInfo!
}
Fields
StorefrontConnection.edges ● [StorefrontEdge]! non-null object
StorefrontConnection.nodes ● [Storefront]! non-null object
StorefrontConnection.pageInfo ● PageInfo! non-null object
Member of
DemandHq object