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