SettlementEdge
One payment together with the cursor that marks its position in the connection.
type SettlementEdge {
node: Settlement!
cursor: String!
}
Fields
SettlementEdge.node ● Settlement! non-null object
The item at the end of the edge.
SettlementEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
SettlementConnection object