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 introspection query to the server is failing, because the whole endpoint is protected, is there anyway we can add the support of adding headers when sending the introspection query? thanks :)
or if we can support local schema #397 , that this feature would not be needed :)
The text was updated successfully, but these errors were encountered:
Having the ability to pass the schema to the exchange (like with the cache exchange) sounds like a useful feature 👍
RE adding headers, you could add an exchange just before the fetch exchange which adds headers to the fetchOptions object. This would ensure introspection requests triggered by any exchange would have the headers included
Hi
the introspection query to the server is failing, because the whole endpoint is protected, is there anyway we can add the support of adding headers when sending the introspection query? thanks :)
or if we can support local schema #397 , that this feature would not be needed :)
The text was updated successfully, but these errors were encountered: