store
Store information for later use in the traversal.
Synopsis
store('variable\_name')
Description
The store()
step is a sideEffect step that stores information for later use in the traversal.
Examples
Find the number of servings that any includes edge has as a value:
g.E().hasLabel('includes').store('x').by('numServ').cap('x')