AgriWebb API
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

AddMapFeatureInput

input
 ● UpdateMapFeatureInput
input

On this page

FieldsCapacityInput.mode ● CapacityMode!
non-null
enum
CapacityInput.value ● Float!
non-null
scalar
CapacityInput.unit ● DepthUnit!
non-null
enum
Member Of