Skip to main content

workspaceDocuments

Reads a set of WorkspaceDocument.

workspaceDocuments(
first: Int
offset: Int
orderBy: [WorkspaceDocumentsOrderBy!]
condition: WorkspaceDocumentCondition
filter: WorkspaceDocumentFilter
): [WorkspaceDocument!]

Arguments

workspaceDocuments.first ● Int scalar

Only read the first n values of the set.

workspaceDocuments.offset ● Int scalar

Skip the first n values.

workspaceDocuments.orderBy ● [WorkspaceDocumentsOrderBy!] list enum

The method to use when ordering WorkspaceDocument.

workspaceDocuments.condition ● WorkspaceDocumentCondition input

A condition to be used in determining which values should be returned by the collection.

workspaceDocuments.filter ● WorkspaceDocumentFilter input

A filter to be used in determining which values should be returned by the collection.

Type

WorkspaceDocument object