@graphql-mesh/types 0.104.22 → 0.104.23
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/cjs/config-schema.js +17 -2
- package/cjs/config-schema.json +17 -2
- package/esm/config-schema.js +17 -2
- package/esm/config-schema.json +17 -2
- package/package.json +1 -1
- package/typings/config.d.cts +3 -2
- package/typings/config.d.ts +3 -2
package/cjs/config-schema.js
CHANGED
|
@@ -2284,9 +2284,9 @@ exports.jsonSchema = {
|
|
|
2284
2284
|
"$ref": "#/definitions/HiveSelfHostingOptions",
|
|
2285
2285
|
"description": "Options for self-hosting\n[See more](https://github.com/kamilkisiela/graphql-hive/tree/main/packages/libraries/client#self-hosting)"
|
|
2286
2286
|
},
|
|
2287
|
-
"
|
|
2287
|
+
"persistedDocuments": {
|
|
2288
2288
|
"$ref": "#/definitions/HivePersistedDocumentsConfiguration",
|
|
2289
|
-
"description": "
|
|
2289
|
+
"description": "Persisted documents configuration\n[See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)"
|
|
2290
2290
|
}
|
|
2291
2291
|
}
|
|
2292
2292
|
},
|
|
@@ -2479,6 +2479,21 @@ exports.jsonSchema = {
|
|
|
2479
2479
|
"cache": {
|
|
2480
2480
|
"type": "integer",
|
|
2481
2481
|
"description": "Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default"
|
|
2482
|
+
},
|
|
2483
|
+
"fetch": {
|
|
2484
|
+
"anyOf": [
|
|
2485
|
+
{
|
|
2486
|
+
"type": "object",
|
|
2487
|
+
"additionalProperties": true
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"type": "string"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"type": "array",
|
|
2494
|
+
"additionalItems": true
|
|
2495
|
+
}
|
|
2496
|
+
]
|
|
2482
2497
|
}
|
|
2483
2498
|
},
|
|
2484
2499
|
"required": [
|
package/cjs/config-schema.json
CHANGED
|
@@ -2164,9 +2164,9 @@
|
|
|
2164
2164
|
"$ref": "#/definitions/HiveSelfHostingOptions",
|
|
2165
2165
|
"description": "Options for self-hosting\n[See more](https://github.com/kamilkisiela/graphql-hive/tree/main/packages/libraries/client#self-hosting)"
|
|
2166
2166
|
},
|
|
2167
|
-
"
|
|
2167
|
+
"persistedDocuments": {
|
|
2168
2168
|
"$ref": "#/definitions/HivePersistedDocumentsConfiguration",
|
|
2169
|
-
"description": "
|
|
2169
|
+
"description": "Persisted documents configuration\n[See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)"
|
|
2170
2170
|
}
|
|
2171
2171
|
}
|
|
2172
2172
|
},
|
|
@@ -2353,6 +2353,21 @@
|
|
|
2353
2353
|
"cache": {
|
|
2354
2354
|
"type": "integer",
|
|
2355
2355
|
"description": "Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default"
|
|
2356
|
+
},
|
|
2357
|
+
"fetch": {
|
|
2358
|
+
"anyOf": [
|
|
2359
|
+
{
|
|
2360
|
+
"type": "object",
|
|
2361
|
+
"additionalProperties": true
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"type": "string"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"type": "array",
|
|
2368
|
+
"additionalItems": true
|
|
2369
|
+
}
|
|
2370
|
+
]
|
|
2356
2371
|
}
|
|
2357
2372
|
},
|
|
2358
2373
|
"required": ["cdn"]
|
package/esm/config-schema.js
CHANGED
|
@@ -2281,9 +2281,9 @@ export const jsonSchema = {
|
|
|
2281
2281
|
"$ref": "#/definitions/HiveSelfHostingOptions",
|
|
2282
2282
|
"description": "Options for self-hosting\n[See more](https://github.com/kamilkisiela/graphql-hive/tree/main/packages/libraries/client#self-hosting)"
|
|
2283
2283
|
},
|
|
2284
|
-
"
|
|
2284
|
+
"persistedDocuments": {
|
|
2285
2285
|
"$ref": "#/definitions/HivePersistedDocumentsConfiguration",
|
|
2286
|
-
"description": "
|
|
2286
|
+
"description": "Persisted documents configuration\n[See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)"
|
|
2287
2287
|
}
|
|
2288
2288
|
}
|
|
2289
2289
|
},
|
|
@@ -2476,6 +2476,21 @@ export const jsonSchema = {
|
|
|
2476
2476
|
"cache": {
|
|
2477
2477
|
"type": "integer",
|
|
2478
2478
|
"description": "Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default"
|
|
2479
|
+
},
|
|
2480
|
+
"fetch": {
|
|
2481
|
+
"anyOf": [
|
|
2482
|
+
{
|
|
2483
|
+
"type": "object",
|
|
2484
|
+
"additionalProperties": true
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"type": "string"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"type": "array",
|
|
2491
|
+
"additionalItems": true
|
|
2492
|
+
}
|
|
2493
|
+
]
|
|
2479
2494
|
}
|
|
2480
2495
|
},
|
|
2481
2496
|
"required": [
|
package/esm/config-schema.json
CHANGED
|
@@ -2164,9 +2164,9 @@
|
|
|
2164
2164
|
"$ref": "#/definitions/HiveSelfHostingOptions",
|
|
2165
2165
|
"description": "Options for self-hosting\n[See more](https://github.com/kamilkisiela/graphql-hive/tree/main/packages/libraries/client#self-hosting)"
|
|
2166
2166
|
},
|
|
2167
|
-
"
|
|
2167
|
+
"persistedDocuments": {
|
|
2168
2168
|
"$ref": "#/definitions/HivePersistedDocumentsConfiguration",
|
|
2169
|
-
"description": "
|
|
2169
|
+
"description": "Persisted documents configuration\n[See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)"
|
|
2170
2170
|
}
|
|
2171
2171
|
}
|
|
2172
2172
|
},
|
|
@@ -2353,6 +2353,21 @@
|
|
|
2353
2353
|
"cache": {
|
|
2354
2354
|
"type": "integer",
|
|
2355
2355
|
"description": "Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default"
|
|
2356
|
+
},
|
|
2357
|
+
"fetch": {
|
|
2358
|
+
"anyOf": [
|
|
2359
|
+
{
|
|
2360
|
+
"type": "object",
|
|
2361
|
+
"additionalProperties": true
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"type": "string"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"type": "array",
|
|
2368
|
+
"additionalItems": true
|
|
2369
|
+
}
|
|
2370
|
+
]
|
|
2356
2371
|
}
|
|
2357
2372
|
},
|
|
2358
2373
|
"required": ["cdn"]
|
package/package.json
CHANGED
package/typings/config.d.cts
CHANGED
|
@@ -1909,7 +1909,7 @@ export interface HivePlugin {
|
|
|
1909
1909
|
usage?: HiveUsageOptions;
|
|
1910
1910
|
reporting?: HiveReportingOptions;
|
|
1911
1911
|
selfHosting?: HiveSelfHostingOptions;
|
|
1912
|
-
|
|
1912
|
+
persistedDocuments?: HivePersistedDocumentsConfiguration;
|
|
1913
1913
|
}
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Agent Options
|
|
@@ -2029,7 +2029,7 @@ export interface HiveSelfHostingOptions {
|
|
|
2029
2029
|
usageEndpoint?: string;
|
|
2030
2030
|
}
|
|
2031
2031
|
/**
|
|
2032
|
-
*
|
|
2032
|
+
* Persisted documents configuration
|
|
2033
2033
|
* [See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)
|
|
2034
2034
|
*/
|
|
2035
2035
|
export interface HivePersistedDocumentsConfiguration {
|
|
@@ -2042,6 +2042,7 @@ export interface HivePersistedDocumentsConfiguration {
|
|
|
2042
2042
|
* Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default
|
|
2043
2043
|
*/
|
|
2044
2044
|
cache?: number;
|
|
2045
|
+
fetch?: any;
|
|
2045
2046
|
}
|
|
2046
2047
|
/**
|
|
2047
2048
|
* Point to your own instance of GraphQL Hive API
|
package/typings/config.d.ts
CHANGED
|
@@ -1909,7 +1909,7 @@ export interface HivePlugin {
|
|
|
1909
1909
|
usage?: HiveUsageOptions;
|
|
1910
1910
|
reporting?: HiveReportingOptions;
|
|
1911
1911
|
selfHosting?: HiveSelfHostingOptions;
|
|
1912
|
-
|
|
1912
|
+
persistedDocuments?: HivePersistedDocumentsConfiguration;
|
|
1913
1913
|
}
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Agent Options
|
|
@@ -2029,7 +2029,7 @@ export interface HiveSelfHostingOptions {
|
|
|
2029
2029
|
usageEndpoint?: string;
|
|
2030
2030
|
}
|
|
2031
2031
|
/**
|
|
2032
|
-
*
|
|
2032
|
+
* Persisted documents configuration
|
|
2033
2033
|
* [See more](https://the-guild.dev/graphql/hive/docs/features/app-deployments#persisted-documents-on-graphql-server-and-gateway)
|
|
2034
2034
|
*/
|
|
2035
2035
|
export interface HivePersistedDocumentsConfiguration {
|
|
@@ -2042,6 +2042,7 @@ export interface HivePersistedDocumentsConfiguration {
|
|
|
2042
2042
|
* Maximum amount of operations that shall be kept in memory after being loaded from the CDN. 10 seconds by default
|
|
2043
2043
|
*/
|
|
2044
2044
|
cache?: number;
|
|
2045
|
+
fetch?: any;
|
|
2045
2046
|
}
|
|
2046
2047
|
/**
|
|
2047
2048
|
* Point to your own instance of GraphQL Hive API
|