Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watchman does not recognize query files #154

Open
gonziesc opened this issue May 13, 2019 · 0 comments
Open

Watchman does not recognize query files #154

gonziesc opened this issue May 13, 2019 · 0 comments

Comments

@gonziesc
Copy link

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:

Screen Shot 2019-05-13 at 16 20 43

Nothing about watching the query files.

Am I doing something wrong?

Please tell me if you need me to provide more information.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant