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