PromotionCountableEdge
No description
type PromotionCountableEdge {
node: Promotion!
cursor: String!
}
Fields
PromotionCountableEdge.node
● Promotion!
non-null object
The item at the end of the edge.
PromotionCountableEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
Member of
PromotionCountableConnection
object