@graphql-codegen/client-preset 4.6.0-rc-20250115164708-15915137971a39827f4459de680bb6b6d3f6fbcb → 4.6.0-rc-20250118075620-be2d07800af5ae6100804b362007a58457614119
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.
- package/package.json +1 -1
- package/typings/index.d.cts +2 -2
- package/typings/index.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/client-preset",
|
|
3
|
-
"version": "4.6.0-rc-
|
|
3
|
+
"version": "4.6.0-rc-20250118075620-be2d07800af5ae6100804b362007a58457614119",
|
|
4
4
|
"description": "GraphQL Code Generator preset for client.",
|
|
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"
|
package/typings/index.d.cts
CHANGED
|
@@ -13,7 +13,7 @@ export type ClientPresetConfig = {
|
|
|
13
13
|
* @exampleMarkdown
|
|
14
14
|
* ```tsx
|
|
15
15
|
* const config = {
|
|
16
|
-
* schema: 'https://
|
|
16
|
+
* schema: 'https://graphql.org/graphql/',
|
|
17
17
|
* documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
|
|
18
18
|
* generates: {
|
|
19
19
|
* './src/gql/': {
|
|
@@ -37,7 +37,7 @@ export type ClientPresetConfig = {
|
|
|
37
37
|
* @exampleMarkdown
|
|
38
38
|
* ```tsx
|
|
39
39
|
* const config = {
|
|
40
|
-
* schema: 'https://
|
|
40
|
+
* schema: 'https://graphql.org/graphql/',
|
|
41
41
|
* documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
|
|
42
42
|
* generates: {
|
|
43
43
|
* './src/gql/': {
|
package/typings/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export type ClientPresetConfig = {
|
|
|
13
13
|
* @exampleMarkdown
|
|
14
14
|
* ```tsx
|
|
15
15
|
* const config = {
|
|
16
|
-
* schema: 'https://
|
|
16
|
+
* schema: 'https://graphql.org/graphql/',
|
|
17
17
|
* documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
|
|
18
18
|
* generates: {
|
|
19
19
|
* './src/gql/': {
|
|
@@ -37,7 +37,7 @@ export type ClientPresetConfig = {
|
|
|
37
37
|
* @exampleMarkdown
|
|
38
38
|
* ```tsx
|
|
39
39
|
* const config = {
|
|
40
|
-
* schema: 'https://
|
|
40
|
+
* schema: 'https://graphql.org/graphql/',
|
|
41
41
|
* documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
|
|
42
42
|
* generates: {
|
|
43
43
|
* './src/gql/': {
|