10. म्यूटेशन: असिंक्रोनस रूप से "RasterMap" जनरेट करें
mutation GenerateRasterMapAsync {
generateRasterAnalysisMapAsync(input: {
fieldUuid: "<placeholder_of_field_uuid>"
satelliteImageUuids: [
"<placeholder_of_satelliteimage_uuid_1>",
"<placeholder_of_satelliteimage_uuid_2>"
]
index: NDVI
}) {
uuid
fieldUuid
statusCode
}
}Previous9. म्यूटेशन: असिंक्रोनस रूप से "ZonesMap" जनरेट करेंNext11. म्यूटेशन: यील्ड-आधारित "ZonesMap" असिंक्रोनस रूप से जनरेट करें
Last updated
Was this helpful?