Updates a namespace project.
Arguments
Name | Type | Description |
---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
description | String | Description for the updated project. |
name | String | Name for the updated project. |
namespaceProjectId | NamespaceProjectID! | The id of the namespace project which will be updated |
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 updated project. |