Skip to content

Commit

Permalink
Remove cache.writeData from local state documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn authored and hwillson committed Mar 2, 2020
1 parent e3e8b66 commit f77d6d2
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/shared/mutation-result.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
| `loading` | boolean | A boolean indicating whether your mutation is in flight |
| `error` | ApolloError | Any errors returned from the mutation |
| `called` | boolean | A boolean indicating if the mutate function has been called |
| `client` | ApolloClient | Your `ApolloClient` instance. Useful for invoking cache methods outside the context of the update function, such as `client.writeData` and `client.readQuery`. |
| `client` | ApolloClient | Your `ApolloClient` instance. Useful for invoking cache methods outside the context of the update function, such as `client.writeQuery` and `client.readQuery`. |
Loading

0 comments on commit f77d6d2

Please sign in to comment.