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** Some directives are not included in the generated GraphQL Schema **To Reproduce** 1. Go to https://github.com/ExpediaGroup/graphql-kotlin/pull/1350 2. Run the `./gradlew :ktor-server:run` 3. Fetch the GraphQL schema using...

**Describe the bug** It is not possible to reference a schema that's outside of the project's root. `"schemaPath": "../backend/schema.graphql",` **To Reproduce** I have a NestJS server and a frontend in...

feature
area:config

Currently, when fetching a GraphQL schema from an endpoint, types and enum-members are rearranged alphabetically. It would be great if the order of types and enum-members received in the introspection...

### 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

Hi, I am using [lighthouse-php](https://github.com/nuwave/lighthouse) for my Laravel + Vue project, and I have a small but very annoying issue. The problem is that my project requires 2 schema definitions,...

area:config

**Describe the bug** I'm getting invalid schema validation errors: ![image](https://user-images.githubusercontent.com/327717/145193417-676a3433-2692-41c4-8eb3-ca05edec13fa.png) **To Reproduce** 1. Have .graphqls file ``` """The `DateTime` scalar type represents time data, represented as an ISO-8601 encoded UTC...

need more info

### Description ### Stacktrace Please paste the full stacktrace from the IDEA error popup. ``` java.lang.IllegalArgumentException: Argument for @NotNull parameter 'locations' of com/intellij/lang/jsgraphql/ide/introspection/GraphQLIntrospectionResultToSchema.createDirectiveLocations must not be null at com.intellij.lang.jsgraphql.ide.introspection.GraphQLIntrospectionResultToSchema.$$$reportNull$$$0(GraphQLIntrospectionResultToSchema.java) at...

exception

**Describe the bug** When using the [graphql-tools](https://github.com/ardatan/graphql-tools) mergeSchemas function and presumably other tools that provide the same function, the error "... tried to redefine existing type Mutation" is set when...

**Describe the bug** I have `.graphqlconfig` file present in several projects but the plugin does not show arrows next to endpoint to fetch schema **To Reproduce** Link to Repo with...

bug

**Describe the bug** GraphQL schema has `specifiedBy` field, which should be named `specifiedByUrl` - current state: https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/7aff18e5589354c2445be904c0a3327e4f6dff34/resources/definitions/Specification.graphql#L111 - October2021 spec link: https://spec.graphql.org/October2021/#sel-IAJXNFA0EABABO_pc - PR in the GraphQL spec repo, which...

bug
area:spec