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
@DarthMax I think this conflicts with the multi-label case. Maybe we should extend query elements to have multiple labels, i.e. a set or list of labels?
Yip that would be nice to have. The only problem is, how to expand this to Gradoop. We could provide a legacy method getLabel() returning the first label in the set?
for e.g.
MATCH (v) WHERE v.__label__ = "Foo"
the label needs to be updated at the query vertex representing v.The text was updated successfully, but these errors were encountered: