What I want to do
give a list of nodes,and batch upsert them
What I did
query1 func(eq(name,“alice”)) { resuid1 as uid)
query2 func(eq(name,“alice2”)) { resuid2 as uid)
query3 func(eq(name,“alice3”)) { resuid3 as uid)
Mutation…
What I want:
query fun(eq(name,[“alice”,“alice2”])) { auto generated aliases}
Then i only modify set-jsons in each person’s uid field like “uid”:"_:auto_alias1"
Is. There any way to simplyfy batch upsert json?