20. Mutation: Delete "Farm"
Delete the selected "Farm" and all the data related to it.
mutation DeleteFarm {
deleteFarm(input: {
uuid: "<placeholder_of_farm_uuid>"
}) {
uuid
name
farmOwnership
}
}
Last updated
Was this helpful?
Delete the selected "Farm" and all the data related to it.
mutation DeleteFarm {
deleteFarm(input: {
uuid: "<placeholder_of_farm_uuid>"
}) {
uuid
name
farmOwnership
}
}
Last updated
Was this helpful?