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.