GiftCardCountableEdge
No description
type GiftCardCountableEdge {
node: GiftCard!
cursor: String!
}
Fields
GiftCardCountableEdge.node
● GiftCard!
non-null object gift-cards
The item at the end of the edge.
GiftCardCountableEdge.cursor
● String!
non-null scalar miscellaneous
A cursor for use in pagination.
Member Of
GiftCardCountableConnection
object