-
Hi, I have the the following path: Company > has Employees > has User from user I want to find all "HasRights" Edges which point back to the current company (the user also has rights on other companies). How can I solve this in Exram? Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
utillity
Dec 18, 2023
Replies: 1 comment
-
I found the answer: you use .As("some-step-name") to store the current company and then in the where use the same step name to point back to the company:
Gramlin query looks like this then:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
utillity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer:
you use .As("some-step-name") to store the current company and then in the where use the same step name to point back to the company: