Appearance
Paginated connection of stores following Relay specification
graphql
type StoreConnection {
edges: [StoreEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}Fields
StoreConnection.edges ● [StoreEdge!]! non-null object
StoreConnection.pageInfo ● PageInfo! non-null object
StoreConnection.totalCount ● Int! non-null scalar
Returned By
stores query