@shopify/react-graphql
Advanced tools
Comparing version 5.2.3 to 5.2.4
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", | ||
"@shopify/react-idle": "^1.0.10", | ||
"@shopify/react-network": "^3.3.3", | ||
"@shopify/react-network": "^3.3.4", | ||
"@shopify/useful-types": "^2.0.2", | ||
@@ -35,0 +35,0 @@ "apollo-cache-inmemory": ">=1.0.0 <2.0.0", |
@@ -324,3 +324,3 @@ # `@shopify/react-graphql` | ||
import {Form, TextField, Button, Banner} from '@shopify/polaris'; | ||
import {useQuery} from '@shopify/react-graphql'; | ||
import {useMutation} from '@shopify/react-graphql'; | ||
@@ -327,0 +327,0 @@ import createCustomerMutation from './graphql/CreateCustomerMutation.graphql'; |
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
51835