graphql-compose / graphql-compose-mongoose

Mongoose model converter to GraphQL types with resolvers for graphql-compose https://github.com/nodkz/graphql-compose
MIT License
708 stars 94 forks source link

Export return type of `composeMongoose` #369

Closed canac closed 2 years ago

canac commented 2 years ago

In my app, I need to use the return type of composeMongoose. This PR exports that type for easy access.

codecov-commenter commented 2 years ago

Codecov Report

Merging #369 (83f0e66) into master (8bb278e) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 83f0e66 differs from pull request most recent head 3f4f4d2. Consider uploading reports for the commit 3f4f4d2 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #369   +/-   ##
=======================================
  Coverage   92.84%   92.84%           
=======================================
  Files          57       57           
  Lines        2195     2195           
  Branches      673      657   -16     
=======================================
  Hits         2038     2038           
  Misses        155      155           
  Partials        2        2           
Impacted Files Coverage Δ
src/composeMongoose.ts 95.83% <ø> (ø)

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 8bb278e...3f4f4d2. Read the comment docs.

nodkz commented 2 years ago

Thanks! I merged this like a fix because it is too simple and does not add a new feature to the runtime code.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 9.5.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: