GraphQL/Inputs
CapacityInput
No description
input CapacityInput {
mode: CapacityMode!
value: Float!
unit: DepthUnit!
}
Fields
CapacityInput
.mode
● CapacityMode!
non-null enum
Measurement mode. Currently ‘depth’ is the only supported value
CapacityInput
.value
● Float!
non-null scalar
capacity value
CapacityInput
.unit
● DepthUnit!
non-null 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
input
● UpdateMapFeatureInput
input