VendorPayoutCountableConnection
No description
type VendorPayoutCountableConnection {
pageInfo: PageInfo!
edges: [VendorPayoutCountableEdge!]!
totalCount: Int
}
Fields
VendorPayoutCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
VendorPayoutCountableConnection.edges ● [VendorPayoutCountableEdge!]! non-null object
VendorPayoutCountableConnection.totalCount ● Int scalar
A total count of items in the collection.