INPUT_OBJECT
ServerActionCondition
A condition to be used against ServerAction object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ServerActionCondition {
- # Checks for equality with the object’s `id` field.
- : UUID
- # Checks for equality with the object’s `deviceId` field.
- : UUID
- # Checks for equality with the object’s `type` field.
- : ActionType
- # Checks for equality with the object’s `status` field.
- : ActionStatus
- # Checks for equality with the object’s `input` field.
- : String
- # Checks for equality with the object’s `options` field.
- : JSON
- # Checks for equality with the object’s `output` field.
- : String
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- # Checks for equality with the object’s `lastModifiedAt` field.
- : Datetime
- # Checks for equality with the object’s `lastModifiedBy` field.
- : String
- }