PromotionsEdge
An edge in a connection.
type PromotionsEdge {
cursor: String!
node: Promotion
}
Fields
PromotionsEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
PromotionsEdge.node
● Promotion
object
The item at the end of the edge.
Member Of
PromotionsConnection
object