19. Mutation: Delete "Field"
Delete the selected "Field" and all data related to it.
mutation DeleteField {
deleteField(input: {
uuid: "<placeholder_of_field_uuid>"
farmUuid: "<placeholder_of_farm_uuid>"
}) {
uuid
farmUuid
name
}
}
Previous18. Mutation: Generate zip archive with "ZonesMap" and "Field"Next20. Mutation: Delete "Farm"
Last updated
Was this helpful?