namespacesProjectsAssignRuntimes
Assign runtimes to a project
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceProjectId | NamespaceProjectID! | ID of the project to assign runtimes to |
runtimeIds | [RuntimeID!]! | The new runtimes assigned to the project |
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 with assigned runtimes |