VoucherConnection
Represents a paginated connection of Vouchers.
type VoucherConnection {
edges: [VoucherEdge!]!
pageInfo: PageInfo!
}
Fields
Name | Type | Description |
---|---|---|
edges | [VoucherEdge!]! | A list of VoucherEdge objects. Each edge contains a Voucher object and a cursor for pagination. |
pageInfo | PageInfo! | Pagination metadata. |