dmill-bz / gremlin-php

gremlin-server php driver compatible with TinkerPop3. It will allow you to connect to gremlin-server and it's backends (Neo4J, Titan, etc.)
Other
75 stars 16 forks source link

add g:T to support ids and labels #52

Closed ericmillsio closed 5 years ago

ericmillsio commented 5 years ago

fixes: #51

dmill-bz commented 5 years ago

Thanks for this. I added it manually because I also wanted to add a few tests and set up 3.4.0 support. And it is the correct fix. It seems like g:T was an omission in the graph structure section of GSON 3 documentation. Hence why it was missing in the first place.