Skip to main content

listContentFiles

listContentFiles(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ContentFileOrder
where: ContentFileWhereInput
folderID: ID
ignoreFolders: Boolean
): ContentFileConnection!

Arguments

listContentFiles.after ● Cursor scalar

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

listContentFiles.first ● Int scalar

Returns the first n elements from the list.

listContentFiles.before ● Cursor scalar

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

listContentFiles.last ● Int scalar

Returns the last n elements from the list.

listContentFiles.orderBy ● ContentFileOrder input

Ordering options for CodeFiles returned from the connection.

listContentFiles.where ● ContentFileWhereInput input

Filtering options for CodeFiles returned from the connection.

listContentFiles.folderID ● ID scalar

Folder to get the files for

listContentFiles.ignoreFolders ● Boolean scalar

Get all content files not just in the folder

Type

ContentFileConnection object

A connection to a list of items.