Hi guys~
I want to have a query that looks something like
query: CREATE (n:{label} {nodeId: {nodeId}, name:{name}, {props} }) RETURN n
params: {
"label": thing-label,
"nodeId": uuid,
"name": thing-name,
"props": {
"additionalProp1": "prop1",
"additionalProp2": "prop2"
}
}
Is this possible???
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.