runtimesRotateToken
reloads the token of an existing runtime.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
runtimeId | RuntimeID! | The runtime to rotate the token. |
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. |