Skip to main content

payments

List of payments.

payments(
before: String
after: String
first: Int
last: Int
): PaymentCountableConnection

Arguments

payments.before ● String scalar

Return the elements in the list that come before the specified cursor.

payments.after ● String scalar

Return the elements in the list that come after the specified cursor.

payments.first ● Int scalar

Return the first n elements from the list.

payments.last ● Int scalar

Return the last n elements from the list.

Type

PaymentCountableConnection object

Was this page helpful?