Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces and inheritance support #35

Merged
merged 11 commits into from
Mar 1, 2018

Conversation

MichalLytek
Copy link
Owner

Closes #6 🎉

@MichalLytek MichalLytek added the Enhancement 🆕 New feature or request label Feb 23, 2018
@MichalLytek MichalLytek added this to the MVP milestone Feb 23, 2018
@MichalLytek MichalLytek self-assigned this Feb 23, 2018
@codecov
Copy link

codecov bot commented Feb 23, 2018

Codecov Report

Merging #35 into master will increase coverage by <.01%.
The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   92.53%   92.53%   +<.01%     
==========================================
  Files          36       38       +2     
  Lines         442      536      +94     
  Branches       81       96      +15     
==========================================
+ Hits          409      496      +87     
- Misses         32       39       +7     
  Partials        1        1
Impacted Files Coverage Δ
src/metadata/metadata-storage.ts 100% <100%> (ø) ⬆️
src/decorators/GraphQLInterfaceType.ts 100% <100%> (ø)
src/utils/buildSchema.ts 100% <100%> (ø) ⬆️
src/decorators/GraphQLObjectType.ts 100% <100%> (ø) ⬆️
src/schema/GeneratingSchemaError.ts 100% <100%> (ø)
src/decorators/index.ts 100% <100%> (ø) ⬆️
src/helpers/decorators.ts 83.33% <66.66%> (ø) ⬆️
src/schema/schema-generator.ts 94.57% <94.62%> (-1.43%) ⬇️
src/decorators/Authorized.ts 0% <0%> (-50%) ⬇️
src/decorators/Subscription.ts 0% <0%> (-50%) ⬇️
... and 2 more

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 981d984...139911f. Read the comment docs.

@MichalLytek MichalLytek changed the title Interfaces and extending classes support Interfaces and inheritance support Mar 1, 2018
@MichalLytek MichalLytek merged commit cd7aef8 into master Mar 1, 2018
@MichalLytek MichalLytek deleted the interfaces-and-extending-classes branch March 1, 2018 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 🆕 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant