prismake / typegql

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

Feature/getter fields improved #37

Closed pie6k closed 6 years ago

pie6k commented 6 years ago

Getter fields were called before to guess the type of them. It was not neccessary.

codecov[bot] commented 6 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   86.97%   87.04%   +0.06%     
==========================================
  Files          62       62              
  Lines        1090     1088       -2     
  Branches      190      189       -1     
==========================================
- Hits          948      947       -1     
+ Misses        141      140       -1     
  Partials        1        1
Impacted Files Coverage Δ
src/services/utils/gql/types/parseNative.ts 95% <ø> (+4.09%) :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 b1f26e6...2911293. Read the comment docs.