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
.rename({ [property: string]: IRI }) should replace .save(IRI, tag) for aliasing property name to something else. (+ .renameReverse()). There is no such operator in Gremlin but there is one in MongoDB's aggregation @iddan
.properties() called empty should save all properties (requires Path.save(Path)@dennwc)
Followup tasks to #877
.rename({ [property: string]: IRI })
should replace.save(IRI, tag)
for aliasing property name to something else. (+.renameReverse()
). There is no such operator in Gremlin but there is one in MongoDB's aggregation @iddan.properties()
called empty should save all properties (requiresPath.save(Path)
@dennwc).documents()
.match(pattern)
should be used for flat and deep matching of objects using structure pattern @iddan (LinkedQL: Fix recursive matching for Match step #916). For example:path.Out().Back()
. Need help @dennwcIn Gizmo lists can be saved like:
Instead, we should have a method to do this:
Documents
properties
terminology from the API. Properties should always be namednames
The text was updated successfully, but these errors were encountered: