2. Query: Get "Fields"

Get "Fields" with the area in hectares.

"Field" area unit could be one of the following: ACRES or HECTARES or SQUARE_METERS.:

query GetFieldInHectares {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
    uuid
    userUuid
    name
    fields {
      uuid
      name
      area(unit: HECTARES)
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform