evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

Add typescript types #56

Closed VincentLanglet closed 5 years ago

VincentLanglet commented 5 years ago

Following this issue https://github.com/evenchange4/graphql.macro/issues/41, I added typescript types

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files           5        5           
  Lines          44       44           
  Branches        6        6           
=======================================
  Hits           42       42           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2958e42...a7edad6. Read the comment docs.

evenchange4 commented 5 years ago

Thanks! Released v1.3.3 with your changes. 🙌