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
It would be handy to be able to edit the keys and/or values of the existing HTTP headers, without having to delete and re-enter both key and value.
I'm trying to add this feature on my own fork, but I haven't been able to get the app to start yet. I managed to get it building by npm linking to a freshly cloned graphiql repository but the app throws an error when it trying to load the QueryEditor. Not sure what I'm doing wrong, any idea how I could work around that?
The text was updated successfully, but these errors were encountered:
I'm planning to work on rewriting this into something more maintainable in the near future (I wrote the version that exists now in about an hour after GraphiQL first came out). So hopefully that will solve this (and other) issues. :)
It would be handy to be able to edit the keys and/or values of the existing HTTP headers, without having to delete and re-enter both key and value.
I'm trying to add this feature on my own fork, but I haven't been able to get the app to start yet. I managed to get it building by
npm link
ing to a freshly clonedgraphiql
repository but the app throws an error when it trying to load theQueryEditor
. Not sure what I'm doing wrong, any idea how I could work around that?The text was updated successfully, but these errors were encountered: