prismake / typegql

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

Allow grand-parent classes to be used #43

Closed capaj closed 6 years ago

capaj commented 6 years ago

It was required to update getClassWithAllParentClasses function to support it.

Also added needed tests

Fixed #42

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   87.43%   87.43%           
=======================================
  Files          61       61           
  Lines        1106     1106           
  Branches      194      194           
=======================================
  Hits          967      967           
  Misses        138      138           
  Partials        1        1
Impacted Files Coverage Δ
src/services/utils/inheritance/index.ts 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 6208a24...94fab14. Read the comment docs.

pie6k commented 6 years ago

Great! I've also modified title and description of PR

'fixes #42' is rather not really explainatory title for PR :)