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