19. Mutation: Delete "Field"
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?