CreateFunctionInput
Input used to create a function.
This page contains
Fields
| tenant String | Tenant to which the function belongs. |
| name String! | Name for the function. |
| codeFileName String! | Name of the file containing the function's source code and implementation |
| active Boolean | Whether the function is active or not. An inactive function cannot be executed. Defaults to true. Default value: true |
| variables [FunctionVariableInput!] PREVIEW | Variables to pass to the function during execution. |
Mutations for CreateFunctionInput
| createFunction PREVIEW | Create a function. |