VoucherCountableConnection
No description
type VoucherCountableConnection {
pageInfo: PageInfo!
edges: [VoucherCountableEdge!]!
totalCount: Int
}
Fields
VoucherCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
VoucherCountableConnection.edges
● [VoucherCountableEdge!]!
non-null object discounts
VoucherCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
vouchers
query