VoucherCodeCountableConnection
No description
type VoucherCodeCountableConnection {
pageInfo: PageInfo!
edges: [VoucherCodeCountableEdge!]!
totalCount: Int
}
Fields
VoucherCodeCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
VoucherCodeCountableConnection.edges
● [VoucherCodeCountableEdge!]!
non-null object discounts
VoucherCodeCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Member Of
Voucher
object