I'm submitting a ...
Would it be possible to create mutations which accept an array of objects to be created?
Current behavior:
Expected behavior:
Just a thought, looking forward to what yout think,
Many Thanks
Yeah, that should be possible with a plugin. You might be able to take the existing mutation plugins, do a few naming and plurality tweaks, and have it work.
Another approach is to create a SQL function to do it, a bit like this: https://gist.github.com/benjie/9793993f9dafc2dcf239960a41c7eda8
[semi-automated message] To keep things manageable I'm going to close this issue as I think it's solved; but if not or you require further help please re-open it.
I am currently facing the same problematic to deal with lists of data to insert/update/delete.
From what I've read there are 3 available options :
To the developers who faced this problem in the past : how did you deal with this ?
Most helpful comment
I am currently facing the same problematic to deal with lists of data to insert/update/delete.
From what I've read there are 3 available options :
To the developers who faced this problem in the past : how did you deal with this ?