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
879 stars 97 forks source link

The front end cannot recognize fields and types. Can it provide access to the remote gateway to obtain the scheme and provide code completion and checking functions? #688

Closed tianlongJ closed 8 months ago

tianlongJ commented 9 months ago

image

mendrik commented 9 months ago

I have local schema.graphql file which isn't picked up either.

vepanimas commented 8 months ago

Hi! Sorry, but there is not enough information to help you. Have you checked the docs https://github.com/JetBrains/js-graphql-intellij-plugin#configuration? To load a schema from the remote endpoint, you need to create a graphql config file and specify an endpoint there https://github.com/JetBrains/js-graphql-intellij-plugin#remote-schemas.

tianlongJ commented 8 months ago

你好!抱歉,没有足够的信息来帮助您。您是否 https://github.com/JetBrains/js-graphql-intellij-plugin#configuration 检查过文档?要从远程端点加载架构,您需要创建一个 graphql 配置文件并指定一个端点 https://github.com/JetBrains/js-graphql-intellij-plugin#remote-schemas

I have configured it and can access remote documents and get code help.Thanks.