Skip to main content

PaymentConnection

Please see the Connection interface

type PaymentConnection implements Connection {
pageInfo: PageInfo!
edges: [PaymentEdge!]!
totalCount: Int!
}

Fields

PaymentConnection.pageInfo ● PageInfo! non-null object

PaymentConnection.edges ● [PaymentEdge!]! non-null object

PaymentConnection.totalCount ● Int! non-null scalar

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

payments query

Member Of

StandingOrder object