15. Query: Získat "TopographyMap"
query GetTopographyMaps {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
název
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
název
boundaryUrl
topographyMaps {
uuid
fieldUuid
status
geoMaps {
krátkýNázev
url
hexColorCodes
classes
}
}
}
}
}Previous14. Mutation: Vytvořit "Field" nebo upravit hranici existujícího pole (s volitelnými štítky)Next16. Query: Získat datasety výnosu
Last updated
Was this helpful?