eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

Do I defined a schemaJson for literal env if I have a .graphqlconfig?

Open damiangreen opened this issue 6 years ago • 0 comments
trafficstars

I've tried both 'apollo' and 'literal as the 'env' setting.

Should it use the schema defined in my .graphqlconfig file? The docs are not 100% explicit and I'm not getting intellisense in either case

My .graphqlconfig file

{
  "schemaPath": "src/generated/schema.json"
}

damiangreen avatar Jul 29 '19 16:07 damiangreen