Skip to main content

PaymentEdge

Please see the Connection interface

type PaymentEdge implements Edge {
node: Payment!
cursor: String!
}

Fields​

PaymentEdge.node ● Payment! non-null object​

PaymentEdge.cursor ● String! non-null scalar​

Interfaces​

Edge interface​

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member Of​

PaymentConnection object