Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-01-2021 12:29 AM
Hi guys.
I googled with these terms but cannot find anything.
Is there any way to do it like this?:
call gds.graph.create( 'aprojection' , ['Anode', 'Bnode'], ['AREL', 'BREL'], {nodeProperties: "", relationshopProperties: ""})
If I run it like that I got an error and cannot do it.
< Note > The asterisk inside quotations are not be displayed as I typed.
Solved! Go to Solution.
07-02-2021 07:22 AM
I don't think that's currently possible, but it's on our roadmap to revisit the *
projection syntax to make life easier. I'll post when that feature becomes available!
07-01-2021 03:45 PM
Not sure if it's what you are looking for as you are using apoc but you can project all the properties of a node using properties(node).
07-01-2021 04:09 PM
Thank you for the reply to my question.
I know I can project node properties inside node mapping. My question is to check any possibility to do it more compact way using * asterisk. If there is no compact way like that, it's okay.
07-02-2021 07:22 AM
I don't think that's currently possible, but it's on our roadmap to revisit the *
projection syntax to make life easier. I'll post when that feature becomes available!
07-02-2021 08:03 AM
Thank you for the answer!
All the sessions of the conference are now available online