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 (volitelně se štítky)Next16. Query: Získat YieldDatasets
Last updated
Was this helpful?