I have realised I am now at a point where I need to create nodes with labels that will come as parameters (at the moment I have 7 different labels, but this can extend from a configuration perspective).
Currently I have 2 choices:
"unwind" in my code and repeat the same bit for each label (no apoc dependency)
introduce apoc
My question is:
Does anyone know if GQL going to allow for label creations as part of the language?