files
A list of files.
files(
orderBy: FileOrder
filterBy: FileFilter
first: Int
after: String
last: Int
before: String
): FileConnection!
Arguments
files.orderBy
● FileOrder
input
Ordering options for the files.
files.filterBy
● FileFilter
input
Filtering options for the files.
files.first
● Int
scalar
Returns the first n elements from the list.
files.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
files.last
● Int
scalar
Returns the last n elements from the list.
files.before
● String
scalar
Returns the elements in the list that come before the specified cursor.