jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
126 stars 18 forks source link

Leverage graphql-ppx template tags #4

Closed jeddeloh closed 4 years ago

jeddeloh commented 4 years ago

This PR drops the wrapping the query string passed in with gql internally in favor of leveraging the template tag configuration provided by graphql-ppx that enables some preprocessing optimizations.