15. Query: "TopographyMap" ophalen
query GetTopographyMaps {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
naam
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
naam
boundaryUrl
topographyMaps {
uuid
fieldUuid
status
geoMaps {
korteNaam
url
hexColorCodes
classes
}
}
}
}
}Vorige14. Mutatie: een "Field" aanmaken of de grens van het bestaande perceel bewerken (met optionele labels)Volgende16. Query: YieldDatasets ophalen
Laatst bijgewerkt
Was dit nuttig?