15. Query: Get "TopographyMap"
Get "TopographyMaps" for the "Field".
query GetTopographyMaps {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
name
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
name
boundaryUrl
topographyMaps {
uuid
fieldUuid
status
geoMaps {
shortName
url
hexColorCodes
classes
}
}
}
}
}
Previous14. Mutation: Create a "Field" or edit the boundary of the existing field (with optional labels)Next16. Query: Get "YieldDatasets"
Last updated
Was this helpful?