PaymentEdge
An edge in a connection.
type PaymentEdge {
cursor: String!
node: Payment
}
Fields
PaymentEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
PaymentEdge.node ● Payment object
The item at the end of the edge.
Member of
PaymentConnection object