paymentsImportRecords
paymentsImportRecords(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: PaymentsImportRecordOrder
where: PaymentsImportRecordWhereInput
): PaymentsImportRecordConnection!
Arguments
paymentsImportRecords.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
paymentsImportRecords.first ● Int scalar
Returns the first n elements from the list.
paymentsImportRecords.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
paymentsImportRecords.last ● Int scalar
Returns the last n elements from the list.
paymentsImportRecords.orderBy ● PaymentsImportRecordOrder input
Ordering options for PaymentsImportRecords returned from the connection.
paymentsImportRecords.where ● PaymentsImportRecordWhereInput input
Filtering options for PaymentsImportRecords returned from the connection.
Type
PaymentsImportRecordConnection object
A connection to a list of items.