OBJECT

DocumentRecurringPaymentsConnection

A connection to a list of DocumentRecurringPayment values.

link GraphQL Schema definition

  • type DocumentRecurringPaymentsConnection {
  • # A list of `DocumentRecurringPayment` objects.
  • nodes: [DocumentRecurringPayment!]!
  • # A list of edges which contains the `DocumentRecurringPayment` and cursor to aid
  • # in pagination.
  • edges: [DocumentRecurringPaymentsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentRecurringPayment` you could get from the connection.
  • totalCount: Int!
  • }