NodeFunctionInput
Input type for a Node Function
Fields
| Name | Type | Description |
|---|---|---|
id | NodeFunctionID! | The identifier of the Node Function used to create/update the flow |
nextNodeId | NodeFunctionID | The next Node Function in the flow |
parameters | [NodeParameterInput!]! | The parameters of the Node Function |
runtimeFunctionId | RuntimeFunctionDefinitionID! | The identifier of the Runtime Function Definition |