Ashโ
Solvedrequire_actor? is true for the action's domain I'm getting the following error with this stack trace: context and opts vars in AshGraphql.Graphql.Resolver.resolve/2. However, it's not available in any of the ash functions in the stack trace. I noticed Ash.ActionInput.for_action/4 takes in an opts param, and we're not passing the one we have available. When I made that change the error was resolved.