AshGraphQL bulk upsert
I wanted to expose a bulk action on graphql, and there are no available options in
create
macro, My main concern is argument type generation, if not for that, I could write a custom handler, Is there a better way to handle this?2 Replies
Solution
Currently there is no builtin way
but you can use a generic action to do anything you can think of