Allow a basic version of this to work without schema specifed
drewbaker opened this issue · 1 comments
drewbaker commented
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?
mdecurtins commented
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?