JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

How to see raw server response ? #484

Open hexwit opened 3 years ago

hexwit commented 3 years ago

I have authentication based on cookie. I can set headers in config, but how can I see raw response from the server to extract cookie value?

Thanks.