mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

#665 - fix for relay where operators #666

Closed Azerothian closed 5 years ago

Azerothian commented 5 years ago

665 - fix for relay where operators

codecov-io commented 5 years ago

Codecov Report

Merging #666 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #666      +/-   ##
==========================================
+ Coverage   91.31%   91.33%   +0.02%     
==========================================
  Files          13       13              
  Lines         426      427       +1     
==========================================
+ Hits          389      390       +1     
  Misses         37       37
Impacted Files Coverage Δ
src/replaceWhereOperators.js 93.33% <100%> (ø) :arrow_up:
src/relay.js 95.94% <100%> (+0.02%) :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 248b244...b4020f9. Read the comment docs.

mickhansen commented 5 years ago

v9.3.6

Thanks @Azerothian