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

Drop syn and quote in graphql_client_codegen?

Open tomhoule opened this issue 5 years ago • 1 comments

We don't use the nice syn features about reporting errors. The code we generate cannot be mapped back to a precise rust code span, since it depends on the GraphQL query. This would let us drop syn, quote and proc macro 2 dependencies from the CLI.

tomhoule avatar May 16 '20 07:05 tomhoule

Yes, we should do this.

tomhoule avatar Jun 25 '21 09:06 tomhoule