Im creating a graph using JanusGraph.Creating a Vertex and
added a property to it.I have assigned value to the property.The value is
having more than 20 characters. After the graph commit, when I query the
particular property of the graph, Im getting only first 20 characters.
Kindly help me on How to store more than 20 characters as a
value to the property.