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