15. Forespørgsel: Hent "TopographyMap"
query GetTopographyMaps {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
navn
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
navn
boundaryUrl
topographyMaps {
uuid
fieldUuid
status
geoMaps {
kortNavn
url
hexColorCodes
classes
}
}
}
}
}Previous14. Mutation: Opret en "Field" eller rediger grænsen for en eksisterende mark (med valgfrie etiketter)Next16. Forespørgsel: Hent ydelsesdatasæt
Last updated
Was this helpful?