charleslai2000
charleslai2000
I found some hint, can not include `*.graphql` in graphql-config's includes entry. But this is not consistency with document provided by graphql-config.
The code piece is in "src/project-config.ts". The logic flaw is when some config file has provided `includes` or `exludes` ( in my case, @graphql-eslint will refuse lint file if don't...
I try to change the code to avoid crash, syntax highlighting and outline is OK, but symbol jump, cache file generation fail.
I have found the reason, it is caused by some bug in graphql-config, when provide configuration with `schema`, `includes`, graphql-config wil treat this configuration as legacy mode and try to...
Yes, I finally found a way to do it in t.connnection's resolve function.
Yes, I have re-run the generate command.
The issue is disappeared after I installed the latest version, Thanks.