GraphQL Relationship Resolved w/o Context
Hi there,
I have a query like
which I need to filter with a
The filter is called as expected, but the actor of the request (available in the outer filter with the correct value) is
Do I manually need to forward the context in some way or might that be a bug?
This is the stack trace raising an exception from
I have a query like
which I need to filter with a
Ash.Query.after_action.The filter is called as expected, but the actor of the request (available in the outer filter with the correct value) is
nil for this nested.Do I manually need to forward the context in some way or might that be a bug?
This is the stack trace raising an exception from
Ash.Query.after_action (no error, but manually raised to get the stack):