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

Generate "problem" entry when syntax is fine but query doesn't validate against schema #31

Open
ntziolis opened this issue Nov 1, 2017 · 3 comments

Comments

@ntziolis
Copy link

ntziolis commented Nov 1, 2017

While intellisense is provided during editing it there there are cases where somebody might slip in a typo or simply a field name has changed.

In these cases it would be great to generate a "problem" entry just like its already done when systax is checked.

Happy to help if you give me some pointers. Not that deep into language services.

@Quramy
Copy link
Owner

Quramy commented Nov 6, 2017

It seems a nice feature 😄

@tonyxiao
Copy link

Would love this as well!

@ntziolis
Copy link
Author

As we couldn't live without this, we ended up using the GraphQL for vscode plugin which now provides both typeahead as well as linting in both .graphql file and gql tags.
It's a bit clunky to setup but right now its only tooling that gives you all of the above. @Quramy I'd really love to use the typescript one as right now i'm running like 5 different watchers, but sadly by design it only works with typescript files :)

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

3 participants