20. Mutation: Delete "Farm"

Delete the selected "Farm" and all the data related to it.

circle-info

If the "Farm" was shared by another user, then the operation will delete only the link. All origin "Farm" data will be safe.

mutation DeleteFarm {
  deleteFarm(input: {
    uuid: "<placeholder_of_farm_uuid>"
  }) {
    uuid
    name
    farmOwnership
  }
}

Last updated

Was this helpful?