Skip to main content

recordFiles

recordFiles(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: RecordFileOrder
where: RecordFileWhereInput
): RecordFileConnection!

Arguments

recordFiles.after ● Cursor scalar

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

recordFiles.first ● Int scalar

Returns the first n elements from the list.

recordFiles.before ● Cursor scalar

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

recordFiles.last ● Int scalar

Returns the last n elements from the list.

recordFiles.orderBy ● RecordFileOrder input

Ordering options for RecordFiles returned from the connection.

recordFiles.where ● RecordFileWhereInput input

Filtering options for RecordFiles returned from the connection.

Type

RecordFileConnection object

A connection to a list of items.