INPUT_OBJECT
ServerActionFilter
A filter to be used against ServerAction
object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input ServerActionFilter {
- # Filter by the object’s `id` field.
- UUIDFilter :
- # Filter by the object’s `deviceId` field.
- UUIDFilter :
- # Filter by the object’s `type` field.
- ActionTypeFilter :
- # Filter by the object’s `status` field.
- ActionStatusFilter :
- # Filter by the object’s `input` field.
- StringFilter :
- # Filter by the object’s `options` field.
- JSONFilter :
- # Filter by the object’s `output` field.
- StringFilter :
- # Filter by the object’s `createdAt` field.
- DatetimeFilter :
- # Filter by the object’s `lastModifiedAt` field.
- DatetimeFilter :
- # Filter by the object’s `lastModifiedBy` field.
- StringFilter :
- # Checks for all expressions in this list.
- ServerActionFilter!] : [
- # Checks for any expressions in this list.
- ServerActionFilter!] : [
- # Negates the expression.
- ServerActionFilter :
- }