You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2021/12/27 18:08:55 UTC

[GitHub] [tinkerpop] spmallette commented on pull request #1514: TINKERPOP-2635 Better by() consistency

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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org