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
I'm having the same issue. I want to protect all my queries/mutations, but letting the introspection query run unauthenticated, because I need to run the apollo healthchecks from my github actions pipelines and it depends on the introspection query.
I have put Authorization on my Root Query, but now "ui playground" cannot get the initial introspection query to work.
I can put the bearer token in UiPlayground to make actual queries, but the documentation on the right doesn't work
is there a way i can allow this to work?
The text was updated successfully, but these errors were encountered: