20. Mutation: Delete "Farm"
mutation DeleteFarm {
deleteFarm(input: {
uuid: "<placeholder_of_farm_uuid>"
}) {
uuid
name
farmOwnership
}
}Last updated
Was this helpful?
mutation DeleteFarm {
deleteFarm(input: {
uuid: "<placeholder_of_farm_uuid>"
}) {
uuid
name
farmOwnership
}
}Last updated
Was this helpful?
Was this helpful?