2. استعلام: الحصول على "الحقول"
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
الاسم
fields {
uuid
الاسم
area(unit: HECTARES)
}
}
}Last updated
Was this helpful?