You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have some cases that I need the context... For example I'm using the library to make external requests to other APIs and each logged in user have their access key (which is in the context) and there's no way I can get it inside the fetch function.
My users are being set using GraphQL directives because some resolvers don't require users to be logged in
Can we add that?
The text was updated successfully, but these errors were encountered:
Hi, I have some cases that I need the context... For example I'm using the library to make external requests to other APIs and each logged in user have their access key (which is in the context) and there's no way I can get it inside the fetch function.
My users are being set using GraphQL directives because some resolvers don't require users to be logged in
Can we add that?
The text was updated successfully, but these errors were encountered: