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

67. Mutation: Spara gård

Mutation för att ändra befintlig "Farm" med ett nytt namn.

mutation SaveFarmSample {
  saveFarm(
    input: { 
      uuid: "<placeholder_of_farm_uuid>", 
      name: "Farm_name" 
    }
  ) {
    uuid
    userUuid
    namn
    farmOwnership
    skapadDatum
    updatedDate
    email
  }
}

Senast uppdaterad

Var detta till hjälp?