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** We use the popular [PostGraphile](https://github.com/graphile/postgraphile) library to export our GraphQL schema. As such, our exported GraphQL schema is our source of truth. PostGraphile generates the GraphQL schema...

I have added my schema to a .graphql file in my main project directory. I now get this error: ![image](https://user-images.githubusercontent.com/24190849/117339317-e5996300-ae9f-11eb-8c15-9ea54bac8dad.png) This is very weird because I do have a `type...

**Describe the bug** We are generating operations, etc. from graphql files which are easier to handle for our workflows. However, if we write a query with a fragment in a...

**Describe the bug** When using GraphQL Nexus, types are generated from the code. So you don't work on the schema file manually. When Nexus generates the schema, it takes significant...

## Feature request Integrate with [Reader Mode](https://www.jetbrains.com/help/idea/reader-mode.html). JetBrains offers Reader Mode that renders documentation comments when viewing source files. I thought adding this to GraphQL SDL files could improve the...

Because I'm running an advanced workflow with several GraphQL endpoints I'd like the ability to invoke the plugin programmatically somehow. The goal would be to trigger a schema update when...

Migrating to a new Federated Apollo GraphQL Service, and all operations are required to apply an `"operationName": "SomethingQuery"` or is deemed a forbidden operation, so introspection and testing queries is...

Because of the way some GraphQL Servers are setup, a operationName key is required in the data object { "operationName": "SomeQuery", "query": {}, "variables": {}} Added operationName key to dynamically...

## Before you create the issue - Please search the existing issues at https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/issues?q=sort%3Aupdated-desc before opening a new issue. - Read the FAQ at https://github.com/jimkyndemeyer/js-graphql-intellij-plugin#faq - If you're using an...

Hey, thanks for this great plugin. PHP has a special syntax for multiline strings that allows tagging the string. This tag is often to denote the contents of the string...

feature