trojanowski / react-apollo-hooks

Use Apollo Client as React hooks
MIT License
2.41k stars 110 forks source link

How to use with formik? #193

Open joshuarobs opened 5 years ago

joshuarobs commented 5 years ago

Is it possible to call a useMutation in the onSubmit of a formik form?

whazap commented 5 years ago

take a look at the code example in this comment: https://github.com/trojanowski/react-apollo-hooks/pull/93#issuecomment-467209547