runtimesCreate
Create a new runtime.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
description | String | The description for the new runtime. |
name | String! | Name for the new runtime. |
namespaceId | NamespaceID | The Parent Id for the runtime. |
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 newly created runtime. |