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?
Solution:
Currently there is no builtin way
Jump to solution
2 Replies
Solution
ZachDaniel
ZachDaniel4mo ago
Currently there is no builtin way
ZachDaniel
ZachDaniel4mo ago
but you can use a generic action to do anything you can think of

Did you find this page helpful?