graphql / graphql-relay-js

A library to help construct a graphql-js server supporting react-relay.
MIT License
1.54k stars 181 forks source link

Allow mutations to return custom classes #349

Closed IvanGoncharov closed 3 years ago

IvanGoncharov commented 3 years ago

Fixes #339

codecov[bot] commented 3 years ago

Codecov Report

Merging #349 (1c3f699) into main (fa978fb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #349   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          732       745   +13     
  Branches        50        51    +1     
=========================================
+ Hits           732       745   +13     
Impacted Files Coverage Δ
src/mutation/__tests__/mutation-test.js 100.00% <100.00%> (ø)
src/mutation/mutation.js 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 fa978fb...1c3f699. Read the comment docs.