smooth-code / graphql-directive

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

should support query variable binding #6

Closed vedmalex closed 6 years ago

vedmalex commented 6 years ago

fix issues #5

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          43     42    -1     
  Branches        9      9           
=====================================
- Hits           43     42    -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 28cb5b9...d16e8db. Read the comment docs.

gregberge commented 6 years ago

Thanks!