Skip to main content

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.

Member Of

Payout object ● Seller object

Was this page helpful?