ChromeiQL icon indicating copy to clipboard operation
ChromeiQL copied to clipboard

Chrome extension to use GraphiQL anywhere

Results 13 ChromeiQL issues
Sort by recently updated
recently updated
newest added

With these changes it is possible to set headers.

GraphiQL has had new versions which add things like the much-requested support for HTTP request headers. I assume it should be pretty straightforward to upgrade chromiql to use the latest...

**Steps** 1. Open ChromeiQL 1. Type and execute a mutation 1. Close ChromeiQL 1. Open ChromeiQL 1. Type a new URL and click "set endpoint" **Result** The mutation is executed...

That is necessary for me when I'm working with a splitted screen. Maybe there are others with this problem also. Since it will not be used in mobile devices, then...

Just flagging that I can't get the extension to work with .local domains: ![Screenshot 2019-10-17 12 04 58](https://user-images.githubusercontent.com/77671/67003661-5d454880-f0d6-11e9-87b9-bfd3844da5fc.png) The recurrent error seems to be: ``` chromeiql.js:61661 Refused to evaluate a...

How can the following syntax error be resolved: SyntaxError: Unexpected token < in JSON at position 0 at chrome-extension://fkkiamalmpiidkljmicmjfbieiclmeij/dist/chromeiql.js:60748:23

Great work on the extension, I just thought it would be cool if the extension could open automatically when you try to go to a GraphQL endpoint instead of showing...

Hi, I found a small issue, related to the default behavior of graphql. Here is an explanation of this issue: ### Explanation Let's make a test open extension fill `Set...

Great Tool! It would be nice if user can also define custom headers to access the endpoint like authorization header.

Hello, I've been playing with ChromeiQL and it's awesome. We used to include graphiql as part of our app and now we can avoid doing that. 1. Is it possible...