Runtime
Represents a runtime
Fields without arguments
| Name | Type | Description | 
|---|---|---|
createdAt | Time! | Time when this Runtime was created | 
dataTypes | DataTypeConnection! | DataTypes of the runtime | 
description | String! | The description for the runtime if present | 
flowTypes | FlowTypeConnection! | FlowTypes of the runtime | 
id | RuntimeID! | Global ID of this Runtime | 
name | String! | The name for the runtime | 
namespace | Namespace | The parent namespace for the runtime | 
projects | NamespaceProjectConnection! | Projects associated with the runtime | 
status | RuntimeStatusType! | The status of the runtime | 
token | String | Token belonging to the runtime, only present on creation | 
updatedAt | Time! | Time when this Runtime was last updated |