13. طفرية: إنشاء "مزرعة"

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

circle-info

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

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

Last updated

Was this helpful?