How to use functions like "within" while using gremlin node js? g.V().has('name', **within('marko', 'vadas', 'josh')**)
How to use functions like "within" while using gremlin node js?
g.V().has('name', within('marko', 'vadas', 'josh'))