2. Dotaz: Získat "Fields" (polí)
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
název
fields {
uuid
název
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?