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