react-apollo-form icon indicating copy to clipboard operation
react-apollo-form copied to clipboard

Get result of the mutation

Open kozy opened this issue 6 years ago • 1 comments

Great library! Thanks, should save me tons of work :)

I just can not figure out how to access the result of the mutation after a successful submit. Do I need to access Apollo client directly?

kozy avatar Aug 16 '18 10:08 kozy

Hi @kozy,

Thanks and I'm happy to see that this lib helps people 😃

Unfortunately, there is currently no way to get the result of the mutation... The only thing retrievable is the data of the form "on save" via onSave prop.

I keep this ticket as a "feature request" for the next version.

charlypoly avatar Aug 16 '18 11:08 charlypoly