FunctionFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [FunctionFilterInput!] | ||
| createdAt | FunctionFilterCreatedAt | ||
| description | FunctionFilterDescription | A detailed description of what this function does | |
| handle | FunctionFilterHandle | A unique identifier for the function - only letters, numbers and underscores are allowed, and it must start with a letter. | |
| id | FunctionFilterId | ||
| name | FunctionFilterName | A human readable name for the function | |
| not | [FunctionFilterInput!] | ||
| or | [FunctionFilterInput!] | ||
| script | FunctionFilterScript | The Lua script that defines the function's behavior | |
| tagString | FunctionFilterTagString | ||
| updatedAt | FunctionFilterUpdatedAt |