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
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?