OBJECT
The connection type for Payout.
type PayoutConnection {cursors: [String!]! # A list of edges.edges: [PayoutEdge] # A list of nodes.nodes: [Payout] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }