Query
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
Fields
organization (Organization)
| Argument | Type | Description | ||
|---|---|---|---|---|
id |
Int! |
publicProjects [PublicProject]
publicProject (PublicProject)
| Argument | Type | Description | ||
|---|---|---|---|---|
id |
Int! |
projects [Project]
| Argument | Type | Description | ||
|---|---|---|---|---|
status |
Boolean |
|||
promoted |
Boolean |
project (Project)
| Argument | Type | Description | ||
|---|---|---|---|---|
id |
Int! |
user (User)
| Argument | Type | Description | ||
|---|---|---|---|---|
id |
Int! |