Skip to main content

searchProjects

Search for nodes of type Project

searchProjects(
filter: ProjectFilterInput
first: Int!
query: String!
skip: Int
): [Project!]!

Arguments

searchProjects.filter ● ProjectFilterInput input

Filter for specific items

searchProjects.first ● Int! non-null scalar

Get the first n items.

searchProjects.query ● String! non-null scalar

Search query nodes must match

searchProjects.skip ● Int scalar

Skips n items.

Type

Project object

A project of the Gropius system. Consists of a set of ComponentVersions, which form a graph with the Relations between them. Can be affected by issues. Can have issues, labels and artefacts as this is a Trackable. READ is granted via an associated ProjectPermission.