Ben Robinson
Ben Robinson
In fact, what's the reason for exposing `registry` as an option that can be passed in? I can't think of a time a user might want to pass it in...
Not stale – I'd still be interested to see how hard this feature would be to add.
This would be really useful. If it'd be an easy PR I'm happy to have a go?
It would also be useful to do this on a per-line basis. Would this be difficult? ``` const query = gql` { whatever { field # eslint-disable-line } } `...