@shopify/react-graphql
Advanced tools
Comparing version 6.1.8 to 6.1.9
@@ -10,2 +10,8 @@ # Changelog | ||
## [6.1.9] - 2020-05-14 | ||
### Changed | ||
- Improve typings for `usePrefetch` to accept a `fetchPolicy` in `options` ([#1437](https://github.com/Shopify/quilt/pull/1437)) | ||
## [6.1.0] - 2020-03-13 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "6.1.8", | ||
"version": "6.1.9", | ||
"license": "MIT", | ||
@@ -31,5 +31,5 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", | ||
"@shopify/async": "^2.1.4", | ||
"@shopify/react-async": "^3.1.16", | ||
"@shopify/react-async": "^3.1.17", | ||
"@shopify/react-effect": "^3.2.12", | ||
"@shopify/react-hooks": "^1.9.1", | ||
"@shopify/react-hooks": "^1.10.0", | ||
"@shopify/react-idle": "^1.0.17", | ||
@@ -36,0 +36,0 @@ "@shopify/useful-types": "^2.1.5", |
@@ -86,2 +86,6 @@ # `@shopify/react-graphql` | ||
refetch(variables?: Variables): Promise<ApolloQueryResult<Data>>; | ||
fetchMore( | ||
fetchMoreOptions: FetchMoreQueryOptions<Variables> & | ||
FetchMoreOptions<Data, Variables>, | ||
): Promise<ApolloQueryResult<Data>>; | ||
networkStatus: NetworkStatus | undefined; | ||
@@ -88,0 +92,0 @@ variables: Variables | undefined; |
Sorry, the diff of this file is not supported yet
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
65207
334
Updated@shopify/react-async@^3.1.17
Updated@shopify/react-hooks@^1.10.0