Last updated 9 months ago
Was this helpful?
A simple example of a "Fields" query that retrieves the area in hectares.
"Field" area unit could be one of the following: ACRES or HECTARES or SQUARE_METERS.
ACRES
HECTARES
SQUARE_METERS
query GetFieldInHectares { getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){ uuid userUuid name fields { uuid name area(unit: HECTARES) } } }
A more detailed example, including pagination and filtering capabilities, is described in .