@graphql-codegen/typescript-react-query 3.1.1-alpha-ee6fcf862.0 → 3.1.1-alpha-66fd7ef2f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.d.ts +1 -1
  2. package/package.json +2 -2
package/config.d.ts CHANGED
@@ -49,7 +49,7 @@ export interface ReactQueryRawPluginConfig extends Omit<RawClientSideBasePluginC
49
49
  exposeQueryKeys?: boolean;
50
50
  /**
51
51
  * @default false
52
- * @description For each generate query hook addds `fetcher` field with a corresponding GraphQL query using the fetcher.
52
+ * @description For each generate query hook adds `fetcher` field with a corresponding GraphQL query using the fetcher.
53
53
  * It is useful for `queryClient.fetchQuery` and `queryClient.prefetchQuery`.
54
54
  * @exampleMarkdown
55
55
  * ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-react-query",
3
- "version": "3.1.1-alpha-ee6fcf862.0",
3
+ "version": "3.1.1-alpha-66fd7ef2f.0",
4
4
  "description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-codegen/plugin-helpers": "^2.3.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.5.1-alpha-ee6fcf862.0",
11
+ "@graphql-codegen/visitor-plugin-common": "2.5.1-alpha-66fd7ef2f.0",
12
12
  "auto-bind": "~4.0.0",
13
13
  "change-case-all": "1.0.14",
14
14
  "tslib": "~2.3.0"