graphql-client
graphql-client copied to clipboard
Drop syn and quote in graphql_client_codegen?
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.
Yes, we should do this.