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