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

**Describe the bug** An unexpected error message "... tried to use a directive 'deprecated' in the 'INPUT_FIELD_DEFINITION' location but that is illegal" **To Reproduce** 1. In IntelliJ, create a *.graphqls...

enhancement
area:spec

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.NoClassDefFoundError: Could not initialize class com.intellij.lang.jsgraphql.schema.GraphQLSchemaProviderImpl at jdk.internal.reflect.GeneratedConstructorAccessor129.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:52)...

exception

Hi there Jim, a legend :D Thanks a lot for your work on this plugin, you're amazing. Here is some changes coming up to GraphQL Config, I think it will...

enhancement

It takes a few seconds to download my schema, the new version (3.2.0) throws a timeout error.

Hello, I am currently having a problem with GraphQL plugin for PyCharm. In GraphQL window in PyCharm I get a Schema error `A schema should have a 'query' operation defined`....

**Describe the bug** js-graphql-intellij-plugin submits the POST requests with the header `Accept: application/json`. However, according to the GraphQL spec the header should use `application/graphql+json`. Using `application/json` is considered as legacy....

feature
area:spec

**Describe the bug** Recently all types started error as unknown, however the schema discovery works fine and reports no errors, and the suggested fix pop-up is able to find the...

**Describe the bug** When a fragment isn't colocated with the query that uses it any variables used by the query are reported as unused in the parent query. **To Reproduce**...

bug

I would like to ask about support matching Java methods of resolvers (queries, mutations) to schema files (`*.graphqls`). Example (based on [How To GraphQL tutorial with graphq-java](https://www.howtographql.com/graphql-java/2-queries/)): I've created a...

feature

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.Throwable: Non-idempotent computation: it returns different results when invoked multiple times or on different threads:...

exception