graphql-ide
graphql-ide copied to clipboard
Multiple headers get mixed up
When I add more than one header and attempt to type into the box, it mixes up the input with the other header.

@jondlm Hmm, that certainly needs a fix. Thanks for pointing out! Will be up for coming release.
The same (or a similar) bug happens with Variables on the Environment tab.
If the header named 'Host'.It will keep the default 'Host'.
For example, if your url is like ' http://xxx.com/x ', and the 'Host' in header is like 'yyy.com'.
The 'Host' will finally be like 'xxx.com'.
In short, this tool can't overwrite http content keywords.