You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminates the runtime bundle download and execution cost of including graphql, while not the largest dependency out there, is non-zero at 166.1 kB minified and 39.7kB minified + gzipped
Should have faster module evaluation if outputting var documentNode = JSON.parse("<minified_ast>")
The text was updated successfully, but these errors were encountered:
In the same vein as babel-plugin-graphql-tag,
graphql-ppx
could output a GraphQL DocumentNode.In my mind, this has a few benefits:
graphql
, while not the largest dependency out there, is non-zero at 166.1 kB minified and 39.7kB minified + gzippedvar documentNode = JSON.parse("<minified_ast>")
The text was updated successfully, but these errors were encountered: