Access properties of elements in your graph.
_::
operator.
|a| { a + 1 }
in rust or (a) => { a + 1 }
in javascript.ID
like we have shown previously:
nested_field: ID
. This ID would be the ID of the other
item, not the item_name
item due to the tighter scope.