-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi! I'm trying to configure my own graphql tags, so i used this config in my .gqlconfig
file:
{
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!
Metadata
Metadata
Assignees
Labels
No labels