CreateAccountFunctionInput
Input used to create an account-scoped function.
This page contains
Fields
| 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 CreateAccountFunctionInput
| createAccountFunction PREVIEW | Create an account-scoped function. |