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

31. استعلام: جلب جميع «الملاحظات» المرتبطة بـ«الحقل»

الحصول على كل "الملاحظات" المتعلقة بـ "الحقل" المحدد.

مهم: السمة "comment" مهجورة، استخدم "comments" بدلاً منها.

query GetAllFieldNotes {
  getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
    uuid
    fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
      uuid
      الاسم
      notes {
        uuid
        centroid {
          latitude
          longitude
        }
        تاريخ الإنشاء
        updatedDate
        النوع
        comment #مهجور
        vectorAnalysisMap {
          uuid
          معرف_الحقل
        }
      }
    }
  }
}

آخر تحديث

هل كان هذا مفيدا؟