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.
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 theschema
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: