NodeFunction
Represents a Node Function
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this NodeFunction was created |
id | NodeFunctionID! | Global ID of this NodeFunction |
nextNode | NodeFunction | The next Node Function in the flow |
parameters | NodeParameterConnection! | The parameters of the Node Function |
runtimeFunction | RuntimeFunctionDefinition! | The definition of the Node Function |
updatedAt | Time! | Time when this NodeFunction was last updated |