graphql-cli-codegen
graphql-cli-codegen copied to clipboard
Example json throws validation error
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 ']'