AgriWebb API
GraphQL/Objects

Capacity

Capacity of a map feature. Currently applicable for water tanks

type Capacity {
  mode: CapacityMode
  value: Float
  unit: DepthUnit
}

Fields

Capacity.mode ● CapacityMode
enum

Measurement mode. Currently ‘depth’ is the only supported value

Capacity.value ● Float
scalar

capacity value

Capacity.unit ● DepthUnit
enum

This represents the type of unit used to measure the current value. Example values for mode depth: m, cm, mm, km, inch, foot, yard, mile.

Member Of

MapFeature

object

On this page

FieldsCapacity.mode ● CapacityMode
enum
Capacity.value ● Float
scalar
Capacity.unit ● DepthUnit
enum
Member Of