Skip to main content

SaleCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

SaleCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

sales query

Was this page helpful?