GraphQL config is not loaded from package.json in graphql-language-service-server
Open
bug
- Dominant language
- TypeScript
- Stars
- 16.9k
- Forks
- 1.9k
- Avg merge
- 22h 45m
- Merged PRs (30d)
- 70
Description
GraphQL configuration is loaded from `.graphqlrc` files, `graphql.config.js` files and other `.rc` or `.config` files, but not from the `graphql` key in `package.json`.
This is an upstream issue with the `graphql-config` module, which is overriding the default `cosmiconfig` search paths, and it's being tracked here:
https://github.com/kamilkisiela/graphql-config/issues/692
Contributor guide
Assessment
This issue has not been assessed yet.