INPUT_OBJECT

ModelDeploymentRuleCondition

A condition to be used against ModelDeploymentRule object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input ModelDeploymentRuleCondition {
  • # Checks for equality with the object’s `id` field.
  • id: UUID
  • # Checks for equality with the object’s `organizationId` field.
  • organizationId: UUID
  • # Checks for equality with the object’s `label` field.
  • label: String
  • # Checks for equality with the object’s `modeltags` field.
  • modeltags: [String]
  • # Checks for equality with the object’s `modelattributes` field.
  • modelattributes: JSON
  • # Checks for equality with the object’s `devicetags` field.
  • devicetags: [String]
  • # Checks for equality with the object’s `deviceattributes` field.
  • deviceattributes: JSON
  • # Checks for equality with the object’s `enabled` field.
  • enabled: Boolean
  • }