Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutationWithClientMutationId: pass through extensions #333

Merged
merged 1 commit into from
May 31, 2021

Conversation

IvanGoncharov
Copy link
Member

Fixes #244

@IvanGoncharov IvanGoncharov added the PR: feature 🚀 requires increase of "minor" version number label May 31, 2021
@codecov
Copy link

codecov bot commented May 31, 2021

Codecov Report

Merging #333 (9c7a067) into main (54c22ae) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #333   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          629       635    +6     
  Branches        37        37           
=========================================
+ Hits           629       635    +6     
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 54c22ae...9c7a067. Read the comment docs.

@IvanGoncharov IvanGoncharov merged commit 0dca219 into graphql:main May 31, 2021
@IvanGoncharov IvanGoncharov deleted the pr_branch branch May 31, 2021 11:39
@JCMais
Copy link

JCMais commented Jun 1, 2021

Thank you @IvanGoncharov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relay mutationWithClientMutationId does not pass forward the "extensions" field
2 participants