SurveyMonkey / graphql-ergonomock

Automatic mocking of GraphQL queries
MIT License
19 stars 7 forks source link

feat: accept DocumentNode as schema #62

Closed joual closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will decrease coverage by 0.63%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #62      +/-   ##
===========================================
- Coverage   100.00%   99.36%   -0.64%     
===========================================
  Files            8        8              
  Lines          153      158       +5     
  Branches        40       41       +1     
===========================================
+ Hits           153      157       +4     
- Misses           0        1       +1     
Impacted Files Coverage Δ
src/apollo/ErgonoMockedProvider.tsx 100.00% <ø> (ø)
src/mock.ts 98.59% <88.88%> (-1.41%) :arrow_down:
src/apollo/MockLink.ts 100.00% <100.00%> (ø)

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 f775032...3fc21db. Read the comment docs.

joual commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: