apollo-offline-hooks
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "name": "apollo-offline-hooks", |
@@ -231,3 +231,3 @@ # Apollo Offline Hooks | ||
[Other options](https://www.apollographql.com/docs/react/api/react-hooks/#options-2) | ||
[Other `useMutation` hook options](https://www.apollographql.com/docs/react/api/react-hooks/#options-2) | ||
@@ -271,3 +271,3 @@ Offline options can be passed to the `useMutation` hook or to the mutation function directly. | ||
[Other options](https://www.apollographql.com/docs/react/api/react-hooks/#options-3) | ||
[Other `useSubscription` hook options](https://www.apollographql.com/docs/react/api/react-hooks/#options-3) | ||
@@ -303,3 +303,3 @@ ## Customize default configurations | ||
## `updateApolloCache` directly | ||
## Update Apollo cache directly | ||
@@ -317,2 +317,3 @@ This package also exposes `updateApolloCache` function directly, that can be used to build custom implementations | ||
task: 'New todo', | ||
done: false, | ||
createdAt: new Date().toISOString() | ||
@@ -319,0 +320,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100557
352