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