Skip to main content

files

A list of files.

files(
after: String
before: String
filterBy: FileFilter
first: Int
last: Int
orderBy: FileOrder
): FileConnection!

Arguments

files.after ● String scalar

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

files.before ● String scalar

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

files.filterBy ● FileFilter input

Filtering options for the files.

files.first ● Int scalar

Returns the first _n_ elements from the list.

files.last ● Int scalar

Returns the last _n_ elements from the list.

files.orderBy ● FileOrder input

Ordering options for the files.

Type

FileConnection object