Skip to main content

VendorPayoutCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

VendorPayoutCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Member Of

Payout object ● Seller object

Was this page helpful?