NamespaceProject
Represents a namespace project
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this NamespaceProject was created |
description | String! | Description of the project |
flows | FlowConnection | Fetches all flows in this project |
id | NamespaceProjectID! | Global ID of this NamespaceProject |
name | String! | Name of the project |
namespace | Namespace! | The namespace where this project belongs to |
primaryRuntime | Runtime | The primary runtime for the project |
runtimes | RuntimeConnection! | Runtimes assigned to this project |
updatedAt | Time! | Time when this NamespaceProject was last updated |
Fields with arguments
flow
Fetches an flow given by its ID
Returns Flow
.
Name | Type | Description |
---|---|---|
id | FlowID! | Id of the flow |