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
The mirage GraphQL docs mention that I am able to add a context object to my handler to mock auth, however I cannot find any examples of this being done, nor have I been able to successfully implement it on my own.
I want to add a context object I found in the Apollo Documentation
The mirage GraphQL docs mention that I am able to add a context object to my handler to mock auth, however I cannot find any examples of this being done, nor have I been able to successfully implement it on my own.
I want to add a context object I found in the Apollo Documentation
My graphQLHandler looks like this:
If anyone knows how to implement the context object I would greatly appreciate some guidance.
The text was updated successfully, but these errors were encountered: