Skip to main content
Version: 3.x

SaleCountableConnection

No description

type SaleCountableConnection {
pageInfo: PageInfo!
edges: [SaleCountableEdge!]!
totalCount: Int
}

Fields

SaleCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

SaleCountableConnection.edges ● [SaleCountableEdge!]! non-null object

SaleCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

sales query


Was this page helpful?