VoucherCodeCountableConnection
A connection to a list of items.
type VoucherCodeCountableConnection {
pageInfo: PageInfo!
edges: [VoucherCodeCountableEdge!]!
totalCount: Int!
}
Fields
VoucherCodeCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
VoucherCodeCountableConnection.edges ● [VoucherCodeCountableEdge!]! non-null object
Contains the nodes in this connection
VoucherCodeCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Member Of
Voucher object