AshGraphQL bulk operation
How do I make graphql perform bulk upsert?
I couldn't find anything in ash graphql docs, but I saw ash supported bulk actions
4 Replies
🤔 I'm guessing you could create a custom mutation in order to call
Ash.bulk_create/4
action also needs upsert optionok, just wanted to make sure there is no built in way before I do that
Nope, that's still for single update/destroys etc
A generic action is the way to do it 🙂