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