graphql-cli-codegen icon indicating copy to clipboard operation
graphql-cli-codegen copied to clipboard

Example json throws validation error

Open idkjs opened this issue 7 years ago • 0 comments

Running graphql codegen is throwing a json error.

The example .graphqconfig doesnt validate either. Click: jsonlint to run validation. Output is:

Error: Parse error on line 3:
...l", "src/**/*.gql", ],	"extensions": {
-----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got ']'

idkjs avatar Feb 17 '18 14:02 idkjs