INPUT_OBJECT
ModelDeploymentRuleFilter
A filter to be used against ModelDeploymentRule object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input ModelDeploymentRuleFilter {
- # Filter by the object’s `id` field.
- : UUIDFilter
- # Filter by the object’s `organizationId` field.
- : UUIDFilter
- # Filter by the object’s `label` field.
- : StringFilter
- # Filter by the object’s `modeltags` field.
- : StringListFilter
- # Filter by the object’s `modelattributes` field.
- : JSONFilter
- # Filter by the object’s `devicetags` field.
- : StringListFilter
- # Filter by the object’s `deviceattributes` field.
- : JSONFilter
- # Filter by the object’s `enabled` field.
- : BooleanFilter
- # Checks for all expressions in this list.
- : [ModelDeploymentRuleFilter!]
- # Checks for any expressions in this list.
- : [ModelDeploymentRuleFilter!]
- # Negates the expression.
- : ModelDeploymentRuleFilter
- }