UpdateFunctionInput
Input used when updating a function.
This page contains
Fields
id ID! | Identifier of the function to update. |
name String | New name for the function. Can be omitted to keep current function name. |
codeFileName String | Name of the file containing the function's source code and implementation |
active Boolean | New active status for the function. Can be omitted to keep current active status. |
variables [FunctionVariableInput!] PREVIEW | New variables for the function. Can be omitted to keep current variables. |
Mutations for UpdateFunctionInput
updateFunction PREVIEW | Update an existing function. |