runtimesUpdate
Update an existing runtime.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
description | String | Description for the new runtime. |
name | String | Name for the new runtime. |
runtimeId | RuntimeID! | ID of the runtime to update. |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
runtime | Runtime | The updated runtime. |