Does anyone have an example of an UNWIND statement they've done to run multiple CREATE statements?
I am able to do it, but I have to pass in an array of map[string][string] which is a bit ugly. I don't know if there's a way to pass in a Struct or any...