js-graphql-intellij-plugin icon indicating copy to clipboard operation
js-graphql-intellij-plugin copied to clipboard

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.

Results 161 js-graphql-intellij-plugin issues
Sort by recently updated
recently updated
newest added

Netflix open sourced their [DGS Framework](https://github.com/Netflix/dgs-framework) earlier this year (I'm one of the maintainers). Because the `js-graphql-intellij-plugin` is pretty much the de-facto standard GraphQL for Intellij, it would be really...

**Describe the bug** When referencing a schema file in a node_modules directory, the plugin fails to read the schema. **To Reproduce** 1. Add a graphql schema file anywhere in node_modules...

**Describe the bug** Getting the above error, which was unexpected since the Release Notes state: Fixed displaying Apollo @client fields as errors. **To Reproduce** https://github.com:raarts/graphql-plugin-error (See DarkMode.tsx) **Expected behavior** No...

feature
area:frameworks

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.

**Describe the bug** I would expect to get spelling mistake information on my GraphQL variables **To Reproduce** Link to Repo with Reproduction or Steps to Reproduce: 1. Create a query/mutation...

feature

**Describe the bug** Plugin fails to unload **To Reproduce** * Update plugin to 3.0.0 **Expected behavior** Plugin unloads and reloads **Version and Environment Details** Operation system: Arch IDE name and...

Hi, I have a question about suppressing or fixing parsing errors in a schema. Currently there is only 4 lines that cause parsing error which prevents use of entire plugin....

See https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006865039-Importing-graphql-file-gives-cannot-resolve-warning I love this plugin. But we have one minor issue. We are using Webpack for loading ".graphql" files with graphql-tag/loader ``` { test: /\.(graphql|gql)$/, exclude: /node_modules/, loader: 'graphql-tag/loader',...

feature

I would like to add enhancement for parsing query literals in Kotlin Language. File extension is ".kt" or ".kts" for scripts `val myQuery = """query someGraph{...}"""`

It's difficult to tell which files are being read while editing the config files. Would it be possible to display an exact list? Or at least log the matching to...

feature