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

Last updated

Was this helpful?