CreateFunctionInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| description | String | A detailed description of what this function does | |
| handle | String! | A unique identifier for the function - only letters, numbers and underscores are allowed, and it must start with a letter. | |
| name | String! | A human readable name for the function | |
| script | String! | The Lua script that defines the function's behavior | |
| tags | [String!] | An array of tags associated with the function for easy lookup and filtering |