AgriWebb API
GraphQL/Enums

WeightAndVolumeUnit

No description

enum WeightAndVolumeUnit {
  ug
  mg
  gram
  kg
  tonne
  oz
  lb
  hundredweight
  ton
  stone
  longton
  ul
  ml
  l
  floz
  pt
  qt
  gal
  impfloz
  imppint
  impquart
  impgallon
}

Values

WeightAndVolumeUnit.ug

Microgram

WeightAndVolumeUnit.mg

Milligram

WeightAndVolumeUnit.gram

Gram

WeightAndVolumeUnit.kg

Kilogram

WeightAndVolumeUnit.tonne

Tonne

WeightAndVolumeUnit.oz

Ounce

WeightAndVolumeUnit.lb

Pound

WeightAndVolumeUnit.hundredweight

Hundredweight

WeightAndVolumeUnit.ton

Ton

WeightAndVolumeUnit.stone

Stone

WeightAndVolumeUnit.longton

Longton

WeightAndVolumeUnit.ul

Microliter

WeightAndVolumeUnit.ml

Millilitre

WeightAndVolumeUnit.l

Litre

WeightAndVolumeUnit.floz

Fluid ounce

WeightAndVolumeUnit.pt

Pint

WeightAndVolumeUnit.qt

Quart

WeightAndVolumeUnit.gal

Gallon

WeightAndVolumeUnit.impfloz

Imperial fluid ounce

WeightAndVolumeUnit.imppint

Imperial pint

WeightAndVolumeUnit.impquart

Imperial quart

WeightAndVolumeUnit.impgallon

Imperial gallon

Member Of

WeightAndVolume

object