@faststore/graphql-utils
Advanced tools
Comparing version 1.10.18 to 1.10.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22) | ||
**Note:** Version bump only for package @faststore/graphql-utils | ||
## 1.10.18 (2022-07-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@faststore/graphql-utils", | ||
"version": "1.10.18", | ||
"version": "1.10.20", | ||
"description": "GraphQL utilities", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
}, | ||
"gitHead": "a6f5e44b68bde5b811a345bffb7bec697e8f3933" | ||
"gitHead": "d76d959a091f035f95eba4d02d9f23d86d242875" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @vtex/graphql-utils | ||
# @faststore/graphql-utils | ||
@@ -34,3 +34,3 @@ GraphQL utilities to use GraphQL over HTTP with ZERO bundle sizes | ||
```sh | ||
$ yarn add @vtex/graphql-utils | ||
$ yarn add @faststore/graphql-utils | ||
``` | ||
@@ -48,3 +48,3 @@ | ||
plugins: | ||
- @vtex/graphql-utils/codegen | ||
- @faststore/graphql-utils/codegen | ||
``` | ||
@@ -68,3 +68,3 @@ | ||
actions.setBabelPlugin({ | ||
name: `@vtex/graphql-utils/babel`, | ||
name: `@faststore/graphql-utils/babel`, | ||
options: {}, | ||
@@ -82,3 +82,3 @@ }) | ||
```tsx | ||
import { gql, request } from '@vtex/graphql-utils' | ||
import { gql, request } from '@faststore/graphql-utils' | ||
@@ -102,3 +102,3 @@ const MyQuery = gql` | ||
```tsx | ||
import { request } from '@vtex/graphql-utils' | ||
import { request } from '@faststore/graphql-utils' | ||
@@ -114,3 +114,3 @@ const useQuery = ({ operationName, variables }) => | ||
```tsx | ||
import { gql } from '@vtex/graphql-utils' | ||
import { gql } from '@faststore/graphql-utils' | ||
@@ -117,0 +117,0 @@ const MyQuery = qql` |
Sorry, the diff of this file is not supported yet
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
57188