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

Relay mutation builder return type #110

Closed
jamiehodge opened this issue Jul 27, 2021 · 3 comments · Fixed by #113
Closed

Relay mutation builder return type #110

jamiehodge opened this issue Jul 27, 2021 · 3 comments · Fixed by #113
Labels
enhancement New feature or request

Comments

@jamiehodge
Copy link

I had a situation where I wanted to share an input type between a mutation created with the relay mutation helper and one without. The relay mutation builder currently returns void and the input type string was not resolving, irrespective of load order. Would it be possible to return a structure with the generated object refs or somehow resolve the string resolution?

@hayes
Copy link
Owner

hayes commented Jul 28, 2021

This sounds reasonable, should be pretty straight forward to implement

@hayes
Copy link
Owner

hayes commented Jul 28, 2021

released a preview version that fixes this in #113

@hayes hayes added the enhancement New feature or request label Jul 28, 2021
@jamiehodge
Copy link
Author

Thank you!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants