OBJECT
DocumentRecurringPaymentsEdge
A DocumentRecurringPayment edge in the connection.
link GraphQL Schema definition
- type DocumentRecurringPaymentsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentRecurringPayment` at the end of the edge.
- : DocumentRecurringPayment!
- }