arackaf / mongo-graphql-starter

Creates a fully functioning, performant, extensible GraphQL endpoint from a Mongo DB. Supports middleware, Mongo 4 transactions.
MIT License
423 stars 29 forks source link

Feature/json type #22

Closed arackaf closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   95.18%   95.23%   +0.05%     
==========================================
  Files          12       12              
  Lines         644      651       +7     
  Branches      224      225       +1     
==========================================
+ Hits          613      620       +7     
  Misses         23       23              
  Partials        8        8
Impacted Files Coverage Δ
src/codeGen/createMasterSchema.js 100% <ø> (ø) :arrow_up:
src/dataTypes.js 87.5% <100%> (+0.32%) :arrow_up:
src/codeGen/createMasterResolver.js 100% <100%> (ø) :arrow_up:
src/codeGen/createTypeSchema.js 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 a298c84...887bece. Read the comment docs.