VoucherCountableConnection
A connection to a list of items.
type VoucherCountableConnection {
pageInfo: PageInfo!
edges: [VoucherCountableEdge!]!
totalCount: Int!
}
Fields
VoucherCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
VoucherCountableConnection.edges ● [VoucherCountableEdge!]! non-null object
Contains the nodes in this connection
VoucherCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
vouchers query