Skip to main content

archivedFiles

A list of archived files for the namespace.

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

Arguments

archivedFiles.orderBy ● FileOrder input

Ordering options for the files.

archivedFiles.filterBy ● FileFilter input

Filtering options for the archived files.

archivedFiles.first ● Int scalar

Returns the first n elements from the list.

archivedFiles.after ● String scalar

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

archivedFiles.last ● Int scalar

Returns the last n elements from the list.

archivedFiles.before ● String scalar

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

Type

FileConnection object