eslint-plugin-graphql
eslint-plugin-graphql copied to clipboard
Report multiple errors from one query at once
trafficstars
Right now, we only end up reporting one error per query for some reason, so for example if your query is missing multiple IDs you only hear about one at a time. This means you have to run the linter multiple times to get all of the errors fixed. We should report them all at once.
Issue Labels
- [ ] has-reproduction
- [x] feature
- [ ] docs
- [ ] blocking
- [ ] good first issue
Needed Desparately