spmallette commented on pull request #1514: URL: https://github.com/apache/tinkerpop/pull/1514#issuecomment-1001684051
you may ask question in Discord, stackoverflow, etc. Quickly though, you probably need to just import `outE()`: https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript-imports ```js const __ = gremlin.process.statics; ``` and then you should be able to reference it as `__.outE()` or import it as `outE()` explicitly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
