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

Thank you for the amazing plugin which really saves me a lot of time working on graphql backends. There is one thing I would really like to see in this...

Some services provide the GraphQL schema as SDL directly (rather than as a response to an introspection query). It would be useful for this plugin to handle endpoints which expose...

feature
area:config

![image](https://user-images.githubusercontent.com/10243762/234636137-c2f30a3a-1514-4be6-b441-d67c632e879b.png) ``` type User { id: Int # caret on Int } type Query { user: User } ```

bug

**Describe the bug** schema is sorted by default. **Expected behavior** provide `sort : false ` option. keep the schema file as-is

**Version and Environment Details** Rider 2022.3.2 Plugin version: 3.4.0 **Describe the bug** when first create the .graphqlconfig file and execute it to generate schema.graphql file, GraphQL panel can discover the...

bug
area:config

**Describe the bug** The issue is described and illustrated under https://youtrack.jetbrains.com/issue/IDEA-311736.

bug

They are coming up as invalid.  For example, in a .graphql file (I already have the graphql plugin installed) @materializer ![image](https://user-images.githubusercontent.com/6191116/218445583-74144955-793f-4a5b-9b29-f3145d977fb2.png) https://stepzen.com/docs/custom-graphql-directives/directives#type-system-directives

**Describe the bug** I'm using Hasura 2.17.0 with Postgresql 14. If a table name is `subscirption` then it throws countless errors when fetching introspection rendering the plugin useless since everything...

**Describe the bug** Retrieving the schema with the plugin removes all input fields that are deprecated. Is there any way to keep the deprecated input fields in schema.json? **To Reproduce**...

bug

The GraphQL plugin does fantastic work checking that the queries that I write on the client-side are correct as per my GraphQL spec. I've directed the plugin to where my...

bug
area:injections