VoucherCodeCountableConnection
No description
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
VoucherCodeCountableConnection.totalCount
● Int
scalar
A total count of items in the collection.
Member of
Voucher
object