Creates a new namespace project.
Arguments
Name | Type | Description |
---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
description | String | Description for the new project. |
name | String! | Name for the new project. |
namespaceId | NamespaceID! | The id of the namespace which this project will belong to |
Fields
Name | Type | Description |
---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceProject | NamespaceProject | The newly created project. |