OBJECT
DocumentRecurringPaymentsConnection
A connection to a list of DocumentRecurringPayment values.
link GraphQL Schema definition
- type DocumentRecurringPaymentsConnection {
- # A list of `DocumentRecurringPayment` objects.
- : [DocumentRecurringPayment!]!
- # A list of edges which contains the `DocumentRecurringPayment` and cursor to aid
- # in pagination.
- : [DocumentRecurringPaymentsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DocumentRecurringPayment` you could get from the connection.
- : Int!
- }