ActionFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [ActionFilterInput!] | ||
| connection | ConnectionFilterInput | The connection that owns this action | |
| connectionId | ActionFilterConnectionId | ||
| createdAt | ActionFilterCreatedAt | ||
| description | ActionFilterDescription | Description of what the action does | |
| executionType | ActionFilterExecutionType | How the action is executed - always script-based for database actions | |
| id | ActionFilterId | ||
| inputSchema | ActionFilterInputSchema | JSON Schema defining the input parameters for this action | |
| kind | ActionFilterKind | The type/category of action | |
| name | ActionFilterName | The name of the action | |
| not | [ActionFilterInput!] | ||
| or | [ActionFilterInput!] | ||
| script | ActionFilterScript | The Lua script that implements the action logic | |
| updatedAt | ActionFilterUpdatedAt | ||
| version | ActionFilterVersion | The version of the action interface |