Skip to main content

PayoutCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

PayoutCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

payouts query

Was this page helpful?