Can I expose a generic resource action via an Ash GraphQL mutation?
Hi, suppose I have an Ash resource with a generic action:
Then is it possible to expose it via an Ash GraphQL mutation?
2 Replies
not yet 🙂
you'll have to handwrite the absinthe code for it for now, but the goal is to support them natively like the other action types
ok great, thanks for the clarification