13. Módosítás: „Gazdaság” létrehozása

Hozzon létre "Farm"-ot.

circle-info

Lehetséges saját "Farm" egyedi azonosítóját összekapcsolni a externalKey attribútummal. Az attribútum opcionális.

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

Last updated

Was this helpful?