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
-
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