globals << [g : traversal().withEmbedded(graph).withStrategies(ReferenceElementStrategy)]g and sending a write request to the gremlin server I'm getting the proper exception and not able to add data.graph instance directly and able to send request like graph.traversal().addV() in place of g.addV, is there a way I can restrict this and make the server only accept write request? TIA.