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

13. Mutatie: "Bedrijf" aanmaken

Maak een "Boerderij" aan.

Het is mogelijk om uw eigen unieke identificatie van de "Boerderij" te koppelen via het externalKey attribuut. Het attribuut is optioneel.

mutatie CreateFarmSample {
  createFarm(input:{
    naam: "Mutatie Boerderij"
    externalKey: "<derde_partij_identifier>"
  } ) {
    uuid
    userUuid
    naam
    farmOwnership
    externalKey
  }
}

Laatst bijgewerkt

Was dit nuttig?