Skip to main content

SellerCountableConnection

No description

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

SellerCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

sellers query

Was this page helpful?