graphprotocol / mutations

Apache License 2.0
4 stars 5 forks source link

Apollo Agnostic Execute #12

Closed dOrgJelli closed 4 years ago

dOrgJelli commented 4 years ago

Closes https://github.com/graphprotocol/mutations/issues/11

Changes to note:

Externalities

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.67%. The diff coverage is 97.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage      97%   97.68%   +0.67%     
==========================================
  Files          14       14              
  Lines         234      259      +25     
  Branches       35       42       +7     
==========================================
+ Hits          227      253      +26     
+ Misses          3        1       -2     
- Partials        4        5       +1
Impacted Files Coverage Δ
packages/mutations/src/mutationState/index.ts 100% <ø> (+6.06%) :arrow_up:
packages/mutations/src/utils/schema.ts 100% <ø> (ø) :arrow_up:
packages/mutations/src/utils/async.ts 100% <100%> (ø) :arrow_up:
...utations-apollo-react/src/__tests__/utils/index.ts 100% <100%> (ø) :arrow_up:
packages/mutations-apollo-react/src/index.ts 96.42% <100%> (+2.31%) :arrow_up:
packages/mutations/src/index.ts 93.33% <94.11%> (-1.91%) :arrow_down:
.../mutations/src/executors/mutation/localResolver.ts 97.56% <97.43%> (+4.22%) :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 f0f500c...64b9075. Read the comment docs.

Jannis commented 4 years ago

Actually, I'm going to rebase this before merging, to clean up the commit messages.