g.V(apple).properties("name").drop();
This is how i try to delete the property of apple vertex, but getting an error
java.lang.IllegalStateException: Cannot access element because its enclosing transaction is closed and unbound
basically i'm trying to check that can we modify schema in TitanDB? i go through the documentation but didn't get anything thing about that.