Skip to main content
Version: 3.x

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


Was this page helpful?