Skip to main content
Version: 3.x

VoucherCountableConnection

No description

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

VoucherCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

vouchers query


Was this page helpful?