PayoutConnection
A connection to a list of items.
type PayoutConnection {
edges: [PayoutEdge!]
nodes: [Payout!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PayoutConnection.edges ● [PayoutEdge!] list object
A list of edges.
PayoutConnection.nodes ● [Payout!] list object
A flattened list of the nodes
PayoutConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PayoutConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
payouts query