GraphQL SchemaObject
Flow
Represents a flow
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this Flow was created |
disabledReason | FlowDisabledReason | The reason why the flow is disabled, if it is disabled |
id | FlowID! | Global ID of this Flow |
linkedDataTypes | DataTypeConnection! | The data types that are referenced in this flow |
name | String! | Name of the flow |
nodes | NodeFunctionConnection! | Nodes of the flow |
project | NamespaceProject! | The project the flow belongs to |
settings | FlowSettingConnection! | The settings of the flow |
signature | String! | The signature of the flow |
startingNodeId | NodeFunctionID | The ID of the starting node of the flow |
type | FlowType! | The flow type of the flow |
updatedAt | Time! | Time when this Flow was last updated |
userAbilities | FlowUserAbilities! | Abilities for the current user on this Flow |
validationStatus | FlowValidationStatus! | The validation status of the flow |