54. Query: Get Vector Data from "SoilDataset"
Query to get original data from "SoilDataset" as geojson with attributes and geometries (as points/multi-points/polygons/multi-polygons depending on the uploaded geometry type).
query ReadSoilDatasetSource{
getFarms(farmUuids: ["<placeholder_of_farm_uuid>"]) {
fields(fieldUuids: ["<placeholder_of_field_uuid>"]) {
soilDatasets(soilDatasetUuids: ["<placeholder_of_soildataset_uuid>"]) {
vectorDataGeojson
}
}
}
}
Last updated
Was this helpful?