For the complete documentation index, see llms.txt. This page is also available as Markdown.

11. म्यूटेशन: उपज आधारित "ZonesMap" असमकालिक रूप से जनरेट करें

"Field" के लिए उपज आधारित "ZonesMap" बनाएं असिंक्रोनस तरीके से.

असिंक्रोनस तरीका एक कार्य (Generate) को रखता है generateYieldVectorAnalysisMap) को प्रोसेस करने के लिए और प्रोसेसिंग समाप्त होते ही Subscription प्राप्त होगा।

mutation GenerateYieldZonesMapAsync {
  generateYieldVectorAnalysisMapAsync(input: {
    fieldUuid: "<placeholder_of_field_uuid>"
    name: "mstr"
    numberOfZones: 7
    yieldAttribute: "mstr"
    yieldDatasetUuid: "<placeholder_of_yielddataset_uuid>"
  }) {
    uuid
    fieldUuid
    statusCode
  }
}

अंतिम अपडेट

क्या यह उपयोगी था?