JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
880 stars 97 forks source link

Please provide injection for c-style comments without assigning to a variable #704

Open melanie-grasser opened 7 months ago

melanie-grasser commented 7 months ago

Describe the bug Intellij does not detect GraphQL Code with c-style comment when its not assigned to a variable.

Expected behavior

/*GraphQL*/  `
    query {
        field
    }
`;

is also supported