Skip to main content

appPaymentMethods

appPaymentMethods(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: AppPaymentMethodOrder
where: AppPaymentMethodWhereInput
): AppPaymentMethodConnection!

Arguments

appPaymentMethods.after ● Cursor scalar

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

appPaymentMethods.first ● Int scalar

Returns the first n elements from the list.

appPaymentMethods.before ● Cursor scalar

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

appPaymentMethods.last ● Int scalar

Returns the last n elements from the list.

appPaymentMethods.orderBy ● AppPaymentMethodOrder input

Ordering options for AppPaymentMethods returned from the connection.

appPaymentMethods.where ● AppPaymentMethodWhereInput input

Filtering options for AppPaymentMethods returned from the connection.

Type

AppPaymentMethodConnection object

A connection to a list of items.