Skip to main content

desProjects

Search projects within a workspace with results in paged groups.

desProjects(
after: String
args: DesProjectsInput
before: String
first: Int
last: Int
requirementsBlockFilter: DesProjectsRequirementsBlockFilterInput
where: DesProjectFilterInput
workspaceUrl: String
): DesProjectConnection

Arguments

desProjects.after ● String scalar

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

desProjects.args ● DesProjectsInput input

Extra arguments.

desProjects.before ● String scalar

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

desProjects.first ● Int scalar

Returns the first _n_ elements from the list.

desProjects.last ● Int scalar

Returns the last _n_ elements from the list.

desProjects.requirementsBlockFilter ● DesProjectsRequirementsBlockFilterInput input

Requirements block filter.

desProjects.where ● DesProjectFilterInput input

desProjects.workspaceUrl ● String scalar

The web address of a workspace.

Type

DesProjectConnection object

A connection to a list of items.