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