jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 62 forks source link

How to use functions like "within" #115

Open jitesh-prajapati123 opened 3 years ago

jitesh-prajapati123 commented 3 years ago

How to use functions like "within" while using gremlin node js?

g.V().has('name', within('marko', 'vadas', 'josh'))