SellerCountableConnection
A connection to a list of items.
type SellerCountableConnection {
pageInfo: PageInfo!
edges: [SellerCountableEdge!]!
totalCount: Int!
}
Fields
SellerCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
SellerCountableConnection.edges ● [SellerCountableEdge!]! non-null object
Contains the nodes in this connection
SellerCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
sellers query