15. Query: Ottieni "TopographyMap"
query OttieniMappeTopografiche {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
nome
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
nome
boundaryUrl
topographyMaps {
uuid
fieldUuid
status
geoMaps {
shortName
url
hexColorCodes
classes
}
}
}
}
}Precedente14. Mutation: Crea un "Field" o modifica il confine dell'esistente (con etichette opzionali)Successivo16. Query: Ottieni YieldDatasets
Ultimo aggiornamento
È stato utile?