It would be nice if AshGraphql had a more straightforward way to handle the case where a user needs to update their own user record. Am I doing it the recommended way?
Also, I noticed the test still passes with the following expression in the :best_post action commented out:
Describe the bug
When I define an
update
mutation, with anidentify false
andread_action action_x
, themanual
callback defined inaction_x
does not get called.To Reproduce
AshGraphql.UpdateTest.:"an update with a configured read action and no identity works"/1
test.dbg()
statements inAshGraphql.Test.CurrentActorRead.read()
do not output anything.Expected behavior One of the
dbg()
statements should output something.** Runtime
Additional context
This might be what is causing this situation.
It would be nice if AshGraphql had a more straightforward way to handle the case where a user needs to update their own user record. Am I doing it the recommended way?
Also, I noticed the test still passes with the following expression in the
:best_post
action commented out: