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

13. म्यूटेशन: "Farm" बनाएँ

"Farm" बनाएं।

आप अपना खुद का "Farm" अद्वितीय पहचानक लिंक कर सकते हैं via externalKey attribute। यह attribute वैकल्पिक है।

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

अंतिम अपडेट

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