eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

Allow a basic version of this to work without schema specifed

Open drewbaker opened this issue 6 years ago • 1 comments
trafficstars

I run Apollo to access a WordPress API. So my schema is defined on the server someplace. I don't really need linting of the available parameters, I just want it for code formatting, structure and indenting etc. Is it possible to get that working with this?

drewbaker avatar Jun 22 '19 07:06 drewbaker

I would also be interested in this. While I do eventually think it could be useful to lint against a schema, my current use case is that I want to enforce rules for how people write queries in client code. Is there a way of doing this?

mdecurtins avatar May 22 '20 16:05 mdecurtins