jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
126 stars 18 forks source link

Enable onCompleted in mutation hook #124

Closed jovanbaj closed 3 years ago

jovanbaj commented 3 years ago

Since onCompleted did not work in mutation hook, I have added it as an option in MutationHookOptions. I have changed the type of onCompleted to Result type, as it is in a regular query hook.

jeddeloh commented 3 years ago

Looks great, thanks!