Skip to main content

PayoutCountableConnection

No description

type PayoutCountableConnection {
pageInfo: PageInfo!
edges: [PayoutCountableEdge!]!
totalCount: Int
}

Fields

PayoutCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

PayoutCountableConnection.edges ● [PayoutCountableEdge!]! non-null object

PayoutCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

payouts query

Was this page helpful?