15. Query: "TopographyMap" प्राप्त करें
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: "Field" बनाएं या मौजूदा खेत की सीमा संपादित करें (वैकल्पिक लेबल्स के साथ)Next16. Query: YieldDatasets प्राप्त करें
Last updated
Was this helpful?