overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
788 stars 222 forks source link

Support with jetbrains JS GraphQL plugin is broken #854

Open archfz opened 3 years ago

archfz commented 3 years ago

I believe this is feature request but I am not sure. Version/Branch: ~1.0@dev

Trying to enable support in phpstorm for @lang GraphQL in tests, so that proper highlight and type discovery works. The issue I found is that the schema is missing the schema declaration and that is why this is not working with JS GraphQL plugin for jetbrains. Now if I set the schema declaration the endpoint doesn't work anymore saying:

In GraphQLParser.php line 75:

  Schema definition is not supported right now.
archfz commented 3 years ago

Up.

archfz commented 2 years ago

Is noone using this with PhpStorm? :(