eslint-plugin-graphql
eslint-plugin-graphql copied to clipboard
Do I defined a schemaJson for literal env if I have a .graphqlconfig?
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"
}