2. Query: Ottieni "Fields"
query GetFieldInHectares {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
userUuid
nome
fields {
uuid
nome
area(unit: HECTARES)
}
}
}Ultimo aggiornamento
È stato utile?