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

13. الطفرة: إنشاء "Farm"

إنشاء "مزرعة".

من الممكن ربط المعرف الفريد "لمزرعتك" عبر externalKey السمة. السمة اختيارية.

mutation CreateFarmSample {
  createFarm(input:{
    name: "Mutation Farm"
    externalKey: "<third_party_indentificator>"
  } ) {
    uuid
    userUuid
    الاسم
    farmOwnership
    externalKey
  }
}

آخر تحديث

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