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

44. الطفرة: تعيين تسميات الحقل

تغيير (ميوتاشن) لتعيين "الوسوم" إلى "الحقل". يعمل التغيير في وضع الكتابة فوق (OVERWRITE)، مما يعني أن كل طلب سيستبدل جميع الوسوم الحالية بالوسوم الواردة في الطلب.

mutation SetFieldLabelsSample {
  setFieldLabels(
    input: {
      farmUuid: "<placeholder_of_farm_uuid>"
      uuid: "<placeholder_of_field_uuid>"
      labels: [{ name: "name1", value: "value1" }]
    }
  ) {
    uuid
    الاسم
    labels {
      الاسم
      value
    }
  }
}

آخر تحديث

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