graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Minify the queries included in the generated modules

Open tomhoule opened this issue 7 years ago • 2 comments

As far as I know there is no Rust library that can do this yet, although graphql-parser has a way this could be implemented. (I'll paste it here when I have the time).

tomhoule avatar Sep 18 '18 07:09 tomhoule

As I said elsewhere, this can result in line/column information in error messages from servers not matching the source anymore. If this is done, it should be an option.

mathstuf avatar Mar 21 '19 20:03 mathstuf

Good point, I hadn't thought of this.

tomhoule avatar Mar 21 '19 20:03 tomhoule