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

13. Mutacija: ustvari "Farm"

Ustvarite "Kmetijo".

Možno je povezati svojo lastno edinstveno identifikacijo "Kmetije" preko externalKey atributa. Atribut je neobvezen.

mutacija CreateFarmSample {
  createFarm(vhod:{
    ime: "Mutacijska kmetija"
    externalKey: "<third_party_indentificator>"
  } ) {
    uuid
    userUuid
    ime
    farmOwnership
    externalKey
  }
}

Nazadnje posodobljeno

Je bilo to koristno?