ashuvssut (ashu)A

a field to know the invoker of the query/mutation's in ctx argument

I want a field in the ctx argument of the query / mutation to know about the invoker of the query/mutation

More specifically, I just need to know whether the invoker is the client or an internal function (internalQuery, internalMutation or internalAction)

MY USE CASE

I want to skip the auth check if the invoker is an internal function
Was this page helpful?