GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

Support with jetbrains JS GraphQL plugin is broken

Open archfz opened this issue 4 years ago • 2 comments

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 avatar May 28 '21 09:05 archfz

Up.

archfz avatar Sep 22 '21 13:09 archfz

Is noone using this with PhpStorm? :(

archfz avatar Dec 15 '21 14:12 archfz