2. क्वेरी: "Fields" प्राप्त करें
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
name
fields {
uuid
name
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?