2. Запит: отримати «Поля»
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
назва
fields {
uuid
назва
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
назва
fields {
uuid
назва
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?
Was this helpful?