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