2. Запитване: Получаване на "Fields"
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
name
fields {
uuid
name
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?