@graphql-codegen/client-preset 4.6.0-rc-20250115190751-96a70e078d2ef960795b08771b08e47798d9398c → 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 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-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"
@@ -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/': {