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
But GraphiQL completely ignores the proxy! The older GraphQL Playground obeys the proxy, no problem. Most everything else running respects the system-wide proxy as well but for some reason GraphiQL ignores it.
Any idea why? I can do something extreme to force everything to use the proxy (VPN or something like Proxifier), but that's rather extreme. Would appreciate it if GraphiQL would respect system-wide proxy settings!
Thanks!
For context: I'm developing against an endpoint which for various reasons doesn't have introspection enable. I have the schema and introspection query response in hand. With GraphQL Playground I used the proxy to automatically intercept the introspection query and return the correct introspection schema response. But I can't get that to work with GraphiQL since it bypass the system proxy. (and it doesn't seem to let me provide a local schema either?)
The text was updated successfully, but these errors were encountered:
I have a proxy configured system wide on macOS. Both an HTTP/HTTPS proxy and a SOCKS5 proxy:
But GraphiQL completely ignores the proxy! The older GraphQL Playground obeys the proxy, no problem. Most everything else running respects the system-wide proxy as well but for some reason GraphiQL ignores it.
Any idea why? I can do something extreme to force everything to use the proxy (VPN or something like Proxifier), but that's rather extreme. Would appreciate it if GraphiQL would respect system-wide proxy settings!
Thanks!
For context: I'm developing against an endpoint which for various reasons doesn't have introspection enable. I have the schema and introspection query response in hand. With GraphQL Playground I used the proxy to automatically intercept the introspection query and return the correct introspection schema response. But I can't get that to work with GraphiQL since it bypass the system proxy. (and it doesn't seem to let me provide a local schema either?)
The text was updated successfully, but these errors were encountered: