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