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