GraphQL SchemaObject
AiGenerationFlow
Represents a flow generated by AI.
Fields without arguments
| Name | Type | Description |
|---|---|---|
name | String! | Generated flow name. |
nodes | [AiGenerationNodeFunction!]! | Generated node functions of the flow. |
settings | [AiGenerationFlowSetting!] | Generated flow settings. |
startingNodeId | NodeFunctionID | Generated starting node ID. |
type | FlowType! | Resolved generated flow type. |