Skip to main content

paymentsImports

paymentsImports(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: PaymentsImportOrder
where: PaymentsImportWhereInput
): PaymentsImportConnection!

Arguments

paymentsImports.after ● Cursor scalar

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

paymentsImports.first ● Int scalar

Returns the first n elements from the list.

paymentsImports.before ● Cursor scalar

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

paymentsImports.last ● Int scalar

Returns the last n elements from the list.

paymentsImports.orderBy ● PaymentsImportOrder input

Ordering options for PaymentsImports returned from the connection.

paymentsImports.where ● PaymentsImportWhereInput input

Filtering options for PaymentsImports returned from the connection.

Type

PaymentsImportConnection object

A connection to a list of items.