Closed PaulBrachmann closed 3 years ago
Kinda bummer without async support! This could be super useful!
Hey @PaulBrachmann thanks for your submission. I completely agree that async functionality would be really useful here.
I will look at getting this PR merged once I have fixed the development workflow.
This PR enables support for
RelayMutations
to beasync
(meaning they can return aPromise
). Currently, such mutations lead tonull
returns.E.g., mutations such as these resolve properly with the proposed changes: