Open gonziesc opened 5 years ago
Hi! I'm trying to configure my own graphql tags, so i used this config in my .gqlconfig file:
.gqlconfig
{ schema: { "files": "schemas/**/*.gql" }, query: { files: [ { match: { include: 'app/graphql/**/*.js' }, parser: [ 'EmbeddedQueryParser', { startTag: 'queries`', endTag: '`' } ], }, { match: { include: 'app/graphql/**/*.js' }, parser: [ 'EmbeddedQueryParser', { startTag: 'mutations`', endTag: '`' } ], }, ] } }
But the console output logs:
Nothing about watching the query files.
Am I doing something wrong?
Please tell me if you need me to provide more information.
Thank you!
Hi! I'm trying to configure my own graphql tags, so i used this config in my
.gqlconfig
file:But the console output logs:
Nothing about watching the query files.
Am I doing something wrong?
Please tell me if you need me to provide more information.
Thank you!