@graphql-mesh/types 0.95.6 → 0.95.7
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 +8 -0
- package/cjs/config-schema.json +8 -0
- package/esm/config-schema.js +8 -0
- package/esm/config-schema.json +8 -0
- package/package.json +2 -2
- package/typings/config.d.cts +8 -0
- package/typings/config.d.ts +8 -0
package/cjs/config-schema.js
CHANGED
|
@@ -1278,6 +1278,10 @@ exports.jsonSchema = {
|
|
|
1278
1278
|
"binary": {
|
|
1279
1279
|
"type": "boolean",
|
|
1280
1280
|
"description": "If true, this operation cannot have requestSchema or requestSample\nAnd the request body will be passed as binary with its mime type\nunless you define an explicit Content-Type header"
|
|
1281
|
+
},
|
|
1282
|
+
"deprecated": {
|
|
1283
|
+
"type": "boolean",
|
|
1284
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1281
1285
|
}
|
|
1282
1286
|
},
|
|
1283
1287
|
"required": [
|
|
@@ -1394,6 +1398,10 @@ exports.jsonSchema = {
|
|
|
1394
1398
|
},
|
|
1395
1399
|
"pubsubTopic": {
|
|
1396
1400
|
"type": "string"
|
|
1401
|
+
},
|
|
1402
|
+
"deprecated": {
|
|
1403
|
+
"type": "boolean",
|
|
1404
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1397
1405
|
}
|
|
1398
1406
|
},
|
|
1399
1407
|
"required": [
|
package/cjs/config-schema.json
CHANGED
|
@@ -1211,6 +1211,10 @@
|
|
|
1211
1211
|
"binary": {
|
|
1212
1212
|
"type": "boolean",
|
|
1213
1213
|
"description": "If true, this operation cannot have requestSchema or requestSample\nAnd the request body will be passed as binary with its mime type\nunless you define an explicit Content-Type header"
|
|
1214
|
+
},
|
|
1215
|
+
"deprecated": {
|
|
1216
|
+
"type": "boolean",
|
|
1217
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1214
1218
|
}
|
|
1215
1219
|
},
|
|
1216
1220
|
"required": ["field", "type", "path"]
|
|
@@ -1319,6 +1323,10 @@
|
|
|
1319
1323
|
},
|
|
1320
1324
|
"pubsubTopic": {
|
|
1321
1325
|
"type": "string"
|
|
1326
|
+
},
|
|
1327
|
+
"deprecated": {
|
|
1328
|
+
"type": "boolean",
|
|
1329
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1322
1330
|
}
|
|
1323
1331
|
},
|
|
1324
1332
|
"required": ["field", "type", "pubsubTopic"]
|
package/esm/config-schema.js
CHANGED
|
@@ -1275,6 +1275,10 @@ export const jsonSchema = {
|
|
|
1275
1275
|
"binary": {
|
|
1276
1276
|
"type": "boolean",
|
|
1277
1277
|
"description": "If true, this operation cannot have requestSchema or requestSample\nAnd the request body will be passed as binary with its mime type\nunless you define an explicit Content-Type header"
|
|
1278
|
+
},
|
|
1279
|
+
"deprecated": {
|
|
1280
|
+
"type": "boolean",
|
|
1281
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1278
1282
|
}
|
|
1279
1283
|
},
|
|
1280
1284
|
"required": [
|
|
@@ -1391,6 +1395,10 @@ export const jsonSchema = {
|
|
|
1391
1395
|
},
|
|
1392
1396
|
"pubsubTopic": {
|
|
1393
1397
|
"type": "string"
|
|
1398
|
+
},
|
|
1399
|
+
"deprecated": {
|
|
1400
|
+
"type": "boolean",
|
|
1401
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1394
1402
|
}
|
|
1395
1403
|
},
|
|
1396
1404
|
"required": [
|
package/esm/config-schema.json
CHANGED
|
@@ -1211,6 +1211,10 @@
|
|
|
1211
1211
|
"binary": {
|
|
1212
1212
|
"type": "boolean",
|
|
1213
1213
|
"description": "If true, this operation cannot have requestSchema or requestSample\nAnd the request body will be passed as binary with its mime type\nunless you define an explicit Content-Type header"
|
|
1214
|
+
},
|
|
1215
|
+
"deprecated": {
|
|
1216
|
+
"type": "boolean",
|
|
1217
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1214
1218
|
}
|
|
1215
1219
|
},
|
|
1216
1220
|
"required": ["field", "type", "path"]
|
|
@@ -1319,6 +1323,10 @@
|
|
|
1319
1323
|
},
|
|
1320
1324
|
"pubsubTopic": {
|
|
1321
1325
|
"type": "string"
|
|
1326
|
+
},
|
|
1327
|
+
"deprecated": {
|
|
1328
|
+
"type": "boolean",
|
|
1329
|
+
"description": "If true, `@deprecated` will be added to the field definition"
|
|
1322
1330
|
}
|
|
1323
1331
|
},
|
|
1324
1332
|
"required": ["field", "type", "pubsubTopic"]
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/types",
|
|
3
|
-
"version": "0.95.
|
|
3
|
+
"version": "0.95.7",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@graphql-mesh/store": "^0.95.
|
|
6
|
+
"@graphql-mesh/store": "^0.95.7",
|
|
7
7
|
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
|
|
8
8
|
"graphql": "*",
|
|
9
9
|
"tslib": "^2.4.0"
|
package/typings/config.d.cts
CHANGED
|
@@ -481,6 +481,10 @@ export interface JsonSchemaHTTPOperation {
|
|
|
481
481
|
* unless you define an explicit Content-Type header
|
|
482
482
|
*/
|
|
483
483
|
binary?: boolean;
|
|
484
|
+
/**
|
|
485
|
+
* If true, `@deprecated` will be added to the field definition
|
|
486
|
+
*/
|
|
487
|
+
deprecated?: boolean;
|
|
484
488
|
}
|
|
485
489
|
export interface JsonSchemaPubSubOperation {
|
|
486
490
|
field: string;
|
|
@@ -504,6 +508,10 @@ export interface JsonSchemaPubSubOperation {
|
|
|
504
508
|
[k: string]: any;
|
|
505
509
|
};
|
|
506
510
|
pubsubTopic: string;
|
|
511
|
+
/**
|
|
512
|
+
* If true, `@deprecated` will be added to the field definition
|
|
513
|
+
*/
|
|
514
|
+
deprecated?: boolean;
|
|
507
515
|
}
|
|
508
516
|
export interface QueryStringOptions {
|
|
509
517
|
/**
|
package/typings/config.d.ts
CHANGED
|
@@ -481,6 +481,10 @@ export interface JsonSchemaHTTPOperation {
|
|
|
481
481
|
* unless you define an explicit Content-Type header
|
|
482
482
|
*/
|
|
483
483
|
binary?: boolean;
|
|
484
|
+
/**
|
|
485
|
+
* If true, `@deprecated` will be added to the field definition
|
|
486
|
+
*/
|
|
487
|
+
deprecated?: boolean;
|
|
484
488
|
}
|
|
485
489
|
export interface JsonSchemaPubSubOperation {
|
|
486
490
|
field: string;
|
|
@@ -504,6 +508,10 @@ export interface JsonSchemaPubSubOperation {
|
|
|
504
508
|
[k: string]: any;
|
|
505
509
|
};
|
|
506
510
|
pubsubTopic: string;
|
|
511
|
+
/**
|
|
512
|
+
* If true, `@deprecated` will be added to the field definition
|
|
513
|
+
*/
|
|
514
|
+
deprecated?: boolean;
|
|
507
515
|
}
|
|
508
516
|
export interface QueryStringOptions {
|
|
509
517
|
/**
|