smooth-code / graphql-directive

Use custom directives in your GraphQL schema and queries 🎩
MIT License
152 stars 14 forks source link

Fix for using built-in directives such as @include (fixes #12) #21

Closed joekur closed 5 years ago

joekur commented 5 years ago

Fix for https://github.com/smooth-code/graphql-directive/issues/12

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #21   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          42     43    +1     
  Branches        9      9           
=====================================
+ Hits           42     43    +1
Impacted Files Coverage Δ
src/addDirectiveResolveFunctionsToSchema.js 100% <100%> (ø) :arrow_up:

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 04ae74f...5ecbf70. Read the comment docs.

gregberge commented 5 years ago

Thanks!