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?