Is there a syntax to pin query to a particular type of class hierachy? #1420
Unanswered
xperiandri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine I have a vertex type
Department
and its derived typeOrganization
.So if I do
g.V<Department>()
but I want only departments, not departments together with organizationsBeta Was this translation helpful? Give feedback.
All reactions