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** The schema inspection "Interface implementation" is to strict. False positive error with message: > The object type 'AorBEdge' has tried to redefine field 'node' defined via interface...

bug
area:spec

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.Exception at com.intellij.psi.stubs.StubTreeLoaderImpl.diagnoseLengthMismatch(StubTreeLoaderImpl.java:181) at com.intellij.psi.stubs.StubTreeLoaderImpl.checkLengthMatch(StubTreeLoaderImpl.java:147) at com.intellij.psi.stubs.StubTreeLoaderImpl.readFromVFile(StubTreeLoaderImpl.java:114) at com.intellij.psi.stubs.StubTreeLoader.lambda$stubTreeAndIndexDoNotMatch$0(StubTreeLoader.java:67) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:698) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:646) at com.intellij.openapi.progress.impl.CoreProgressManager.computeInNonCancelableSection(CoreProgressManager.java:237)...

exception

### Description IDE 2021-3 upgrade ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` com.intellij.diagnostic.PluginException: Cannot create extension (class=com.intellij.lang.jsgraphql.ide.injection.javascript.GraphQLTemplateFragmentLanguageInjector) [Plugin: com.intellij.lang.jsgraphql] at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:931) at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.java:88) at...

exception

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.NoClassDefFoundError: com/intellij/lang/javascript/psi/ecma6/JSStringTemplateExpression at com.intellij.lang.jsgraphql.ide.injection.javascript.GraphQLLanguageInjectionUtil.isGraphQLLanguageInjectionTarget(GraphQLLanguageInjectionUtil.java:50) at com.intellij.lang.jsgraphql.ide.indexing.javascript.GraphQLInjectionIndex$1.visitElement(GraphQLInjectionIndex.java:43) at com.intellij.psi.PsiElementVisitor.visitFile(PsiElementVisitor.java:35) at com.intellij.psi.PsiRecursiveElementVisitor.visitFile(PsiRecursiveElementVisitor.java:60) at com.intellij.extapi.psi.PsiFileBase.accept(PsiFileBase.java:60) at com.intellij.lang.jsgraphql.ide.indexing.javascript.GraphQLInjectionIndex.lambda$new$0(GraphQLInjectionIndex.java:40) at...

exception

### Description Changed branch on a project, and suddenly received this exception ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.IllegalStateException: Index is not created...

exception

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` com.intellij.diagnostic.PluginException: Cannot create class com.intellij.lang.jsgraphql.ui.GraphQLProjectConfigurable (classloader=PluginClassLoader(plugin=PluginDescriptor(name=JS GraphQL, id=com.intellij.lang.jsgraphql, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2021.2/plugins/js-graphql-intellij-plugin, version=3.0.0, package=null), packagePrefix=null, instanceId=119,...

exception

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.intellij.diagnostic.PluginException: Cannot create class com.intellij.lang.jsgraphql.endpoint.JSGraphQLEndpointParserDefinition (classloader=PluginClassLoader(plugin=PluginDescriptor(name=GraphQL, id=com.intellij.lang.jsgraphql, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/Toolbox/apps/Goland/ch-0/212.5457.54.plugins/js-graphql-intellij-plugin, version=3.1.0, package=null), packagePrefix=null, instanceId=89,...

exception

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.intellij.diagnostic.PluginException: Cannot create class com.intellij.lang.jsgraphql.endpoint.JSGraphQLEndpointParserDefinition (classloader=PluginClassLoader(plugin=PluginDescriptor(name=GraphQL, id=com.intellij.lang.jsgraphql, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2021.2/plugins/js-graphql-intellij-plugin, version=3.1.0, package=null), packagePrefix=null,...

exception

### Description Error after updating the plugin to the latest version just now in Rider 2021.2.2 ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` com.intellij.diagnostic.PluginException:...

exception

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.NoClassDefFoundError: Could not initialize class com.intellij.lang.jsgraphql.types.introspection.Introspection at com.intellij.lang.jsgraphql.types.schema.SchemaUtil.extractCodeFromTypes(SchemaUtil.java:151) at com.intellij.lang.jsgraphql.types.schema.GraphQLSchema$Builder.lambda$buildImpl$4(GraphQLSchema.java:669) at com.intellij.lang.jsgraphql.types.schema.GraphQLCodeRegistry.transform(GraphQLCodeRegistry.java:165) at com.intellij.lang.jsgraphql.types.schema.GraphQLSchema$Builder.buildImpl(GraphQLSchema.java:669) at...

exception