13. Mutacija: ustvarite "Farm"

Ustvarite "Kmetijo".

circle-info

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
  }
}

Last updated

Was this helpful?