prismake / typegql

Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
423 stars 21 forks source link

fixes an issue with boolean arguments being coerced #60

Closed capaj closed 6 years ago

capaj commented 6 years ago

when I send false my function is invoked with null value instead

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   87.44%   87.44%           
=======================================
  Files          61       61           
  Lines        1107     1107           
  Branches      194      194           
=======================================
  Hits          968      968           
  Misses        138      138           
  Partials        1        1
Impacted Files Coverage Δ
src/domains/field/compiler/resolver.ts 91.95% <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 1827de8...9e6730b. Read the comment docs.