@graphql-codegen/client-preset 4.6.0-rc-20250115190751-96a70e078d2ef960795b08771b08e47798d9398c → 4.6.0-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/client-preset",
3
- "version": "4.6.0-rc-20250115190751-96a70e078d2ef960795b08771b08e47798d9398c",
3
+ "version": "4.6.0-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
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"
@@ -9,12 +9,12 @@
9
9
  "@babel/helper-plugin-utils": "^7.20.2",
10
10
  "@babel/template": "^7.20.7",
11
11
  "@graphql-codegen/add": "^5.0.3",
12
- "@graphql-codegen/typed-document-node": "^5.0.12",
13
- "@graphql-codegen/typescript": "^4.1.2",
14
- "@graphql-codegen/typescript-operations": "^4.4.0",
15
- "@graphql-codegen/gql-tag-operations": "4.0.12",
12
+ "@graphql-codegen/typed-document-node": "5.0.13-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
13
+ "@graphql-codegen/typescript": "4.1.3-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
14
+ "@graphql-codegen/typescript-operations": "4.4.1-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
15
+ "@graphql-codegen/gql-tag-operations": "4.0.13-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
16
16
  "@graphql-codegen/plugin-helpers": "^5.1.0",
17
- "@graphql-codegen/visitor-plugin-common": "^5.6.0",
17
+ "@graphql-codegen/visitor-plugin-common": "5.6.1-rc-20250118081149-55f7ee4aab7d41c285ef1a76bac8bf5b4d20a327",
18
18
  "@graphql-typed-document-node/core": "3.2.0",
19
19
  "@graphql-tools/documents": "^1.0.0",
20
20
  "@graphql-tools/utils": "^10.0.0",
@@ -13,7 +13,7 @@ export type ClientPresetConfig = {
13
13
  * @exampleMarkdown
14
14
  * ```tsx
15
15
  * const config = {
16
- * schema: 'https://swapi-graphql.netlify.app/.netlify/functions/index',
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://swapi-graphql.netlify.app/.netlify/functions/index',
40
+ * schema: 'https://graphql.org/graphql/',
41
41
  * documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
42
42
  * generates: {
43
43
  * './src/gql/': {
@@ -13,7 +13,7 @@ export type ClientPresetConfig = {
13
13
  * @exampleMarkdown
14
14
  * ```tsx
15
15
  * const config = {
16
- * schema: 'https://swapi-graphql.netlify.app/.netlify/functions/index',
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://swapi-graphql.netlify.app/.netlify/functions/index',
40
+ * schema: 'https://graphql.org/graphql/',
41
41
  * documents: ['src/**\/*.tsx', '!src\/gql/**\/*'],
42
42
  * generates: {
43
43
  * './src/gql/': {