GraphQL/Inputs
CapacityAlertInput
No description
input CapacityAlertInput {
critical: Float
warning: Float
}
Fields
CapacityAlertInput
.critical
● Float
scalar
Percentage of the capacity at which the tank is considered at critical level. Users will be notified when the tank's water level goes below this percentage. max: 500 min: 0
CapacityAlertInput
.warning
● Float
scalar
Percentage of the capacity at which the tank is considered at warning level. Users will be notified when the tank's water level goes below this percentage. max: 500 min: 0
Member Of
input
● UpdateMapFeatureInput
input