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