You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot resolve relation from discriminator 'FRIENDS'
what is absolutely right because the relationship is untyped. But I wonder if it wouldn't be better to return some kind of "untyped relationship" object that only contains getId() and possibly getFrom() and getTo().
The text was updated successfully, but these errors were encountered:
Given a simple data model as follows:
and a Cypher Query
or Gremlin Query
an XOException will be thrown
what is absolutely right because the relationship is untyped. But I wonder if it wouldn't be better to return some kind of "untyped relationship" object that only contains
getId()
and possiblygetFrom()
andgetTo()
.The text was updated successfully, but these errors were encountered: