Skip to main content

codeFiles

codeFiles(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: CodeFileOrder
where: CodeFileWhereInput
): CodeFileConnection!

Arguments

codeFiles.after ● Cursor scalar

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

codeFiles.first ● Int scalar

Returns the first n elements from the list.

codeFiles.before ● Cursor scalar

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

codeFiles.last ● Int scalar

Returns the last n elements from the list.

codeFiles.orderBy ● CodeFileOrder input

Ordering options for CodeFiles returned from the connection.

codeFiles.where ● CodeFileWhereInput input

Filtering options for CodeFiles returned from the connection.

Type

CodeFileConnection object

A connection to a list of items.