SaleCountableConnection
No description
type SaleCountableConnection {
pageInfo: PageInfo!
edges: [SaleCountableEdge!]!
totalCount: Int
}
Fields
SaleCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
SaleCountableConnection.edges
● [SaleCountableEdge!]!
non-null object discounts
SaleCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
sales
query