Replies: 1 comment 1 reply
-
What would a possible improvement for Gremlinq-syntax look like? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
Introduced in TinkerPop 3.6 (April 2022) was the ability to add multiple Properties as a map of key/value pairs - notes linked below. Is this possible via Gremlinq yet (or planned for a future release)?
Thanks in advance!
https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc
"Extended property()` to allow for setting a Map of property value"
https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html
"The property step can now be given a map of key/value pairs so that several properties can be created at once."
Beta Was this translation helpful? Give feedback.
All reactions