feat(useMutation): overrideOptions

This commit is contained in:
Guillaume Chau
2019-12-04 15:49:44 +01:00
parent 8f3502f578
commit 39215877e9
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
## Return
- `mutate`: call the mutation with this function.
- `mutate(variables, overrideOptions)`: call the mutation with this function.
- `loading`: boolean `Ref` tracking the progress of the mutation.