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