Restfox
Restfox copied to clipboard
Use configured Auth settings when fetching GraphQL schema
Currently when using the Refresh Schema button on a GraphQL request, it appears as if that request is not using the auth settings configured on that request. Since GraphQL introspection uses the normal GraphQL endpoint the introspection query should use all the same auth (and potentially header and/or query) values as the request itself.
See issue #291 as well.