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