@graphql-mesh/types 0.97.1 → 0.97.2
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 +18 -1
- package/cjs/config-schema.json +18 -1
- package/esm/config-schema.js +18 -1
- package/esm/config-schema.json +18 -1
- package/package.json +2 -2
- package/typings/config.d.cts +7 -1
- package/typings/config.d.ts +7 -1
package/cjs/config-schema.js
CHANGED
|
@@ -2751,7 +2751,24 @@ exports.jsonSchema = {
|
|
|
2751
2751
|
}
|
|
2752
2752
|
]
|
|
2753
2753
|
},
|
|
2754
|
-
"
|
|
2754
|
+
"delegationArgs": {
|
|
2755
|
+
"type": "boolean"
|
|
2756
|
+
},
|
|
2757
|
+
"delegationKey": {
|
|
2758
|
+
"type": "boolean"
|
|
2759
|
+
},
|
|
2760
|
+
"subgraphExecute": {
|
|
2761
|
+
"description": "Any of: Boolean, String",
|
|
2762
|
+
"anyOf": [
|
|
2763
|
+
{
|
|
2764
|
+
"type": "boolean"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"type": "string"
|
|
2768
|
+
}
|
|
2769
|
+
]
|
|
2770
|
+
},
|
|
2771
|
+
"fetchMetrics": {
|
|
2755
2772
|
"description": "Any of: Boolean, String",
|
|
2756
2773
|
"anyOf": [
|
|
2757
2774
|
{
|
package/cjs/config-schema.json
CHANGED
|
@@ -2626,7 +2626,24 @@
|
|
|
2626
2626
|
}
|
|
2627
2627
|
]
|
|
2628
2628
|
},
|
|
2629
|
-
"
|
|
2629
|
+
"delegationArgs": {
|
|
2630
|
+
"type": "boolean"
|
|
2631
|
+
},
|
|
2632
|
+
"delegationKey": {
|
|
2633
|
+
"type": "boolean"
|
|
2634
|
+
},
|
|
2635
|
+
"subgraphExecute": {
|
|
2636
|
+
"description": "Any of: Boolean, String",
|
|
2637
|
+
"anyOf": [
|
|
2638
|
+
{
|
|
2639
|
+
"type": "boolean"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"type": "string"
|
|
2643
|
+
}
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
"fetchMetrics": {
|
|
2630
2647
|
"description": "Any of: Boolean, String",
|
|
2631
2648
|
"anyOf": [
|
|
2632
2649
|
{
|
package/esm/config-schema.js
CHANGED
|
@@ -2748,7 +2748,24 @@ export const jsonSchema = {
|
|
|
2748
2748
|
}
|
|
2749
2749
|
]
|
|
2750
2750
|
},
|
|
2751
|
-
"
|
|
2751
|
+
"delegationArgs": {
|
|
2752
|
+
"type": "boolean"
|
|
2753
|
+
},
|
|
2754
|
+
"delegationKey": {
|
|
2755
|
+
"type": "boolean"
|
|
2756
|
+
},
|
|
2757
|
+
"subgraphExecute": {
|
|
2758
|
+
"description": "Any of: Boolean, String",
|
|
2759
|
+
"anyOf": [
|
|
2760
|
+
{
|
|
2761
|
+
"type": "boolean"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"type": "string"
|
|
2765
|
+
}
|
|
2766
|
+
]
|
|
2767
|
+
},
|
|
2768
|
+
"fetchMetrics": {
|
|
2752
2769
|
"description": "Any of: Boolean, String",
|
|
2753
2770
|
"anyOf": [
|
|
2754
2771
|
{
|
package/esm/config-schema.json
CHANGED
|
@@ -2626,7 +2626,24 @@
|
|
|
2626
2626
|
}
|
|
2627
2627
|
]
|
|
2628
2628
|
},
|
|
2629
|
-
"
|
|
2629
|
+
"delegationArgs": {
|
|
2630
|
+
"type": "boolean"
|
|
2631
|
+
},
|
|
2632
|
+
"delegationKey": {
|
|
2633
|
+
"type": "boolean"
|
|
2634
|
+
},
|
|
2635
|
+
"subgraphExecute": {
|
|
2636
|
+
"description": "Any of: Boolean, String",
|
|
2637
|
+
"anyOf": [
|
|
2638
|
+
{
|
|
2639
|
+
"type": "boolean"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"type": "string"
|
|
2643
|
+
}
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
"fetchMetrics": {
|
|
2630
2647
|
"description": "Any of: Boolean, String",
|
|
2631
2648
|
"anyOf": [
|
|
2632
2649
|
{
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/types",
|
|
3
|
-
"version": "0.97.
|
|
3
|
+
"version": "0.97.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@graphql-mesh/store": "^0.97.
|
|
6
|
+
"@graphql-mesh/store": "^0.97.2",
|
|
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
|
@@ -2064,10 +2064,16 @@ export interface PrometheusConfig {
|
|
|
2064
2064
|
* Any of: Boolean, String
|
|
2065
2065
|
*/
|
|
2066
2066
|
delegation?: boolean | string;
|
|
2067
|
+
delegationArgs?: boolean;
|
|
2068
|
+
delegationKey?: boolean;
|
|
2067
2069
|
/**
|
|
2068
2070
|
* Any of: Boolean, String
|
|
2069
2071
|
*/
|
|
2070
|
-
|
|
2072
|
+
subgraphExecute?: boolean | string;
|
|
2073
|
+
/**
|
|
2074
|
+
* Any of: Boolean, String
|
|
2075
|
+
*/
|
|
2076
|
+
fetchMetrics?: boolean | string;
|
|
2071
2077
|
fetchRequestHeaders?: boolean;
|
|
2072
2078
|
fetchResponseHeaders?: boolean;
|
|
2073
2079
|
/**
|
package/typings/config.d.ts
CHANGED
|
@@ -2064,10 +2064,16 @@ export interface PrometheusConfig {
|
|
|
2064
2064
|
* Any of: Boolean, String
|
|
2065
2065
|
*/
|
|
2066
2066
|
delegation?: boolean | string;
|
|
2067
|
+
delegationArgs?: boolean;
|
|
2068
|
+
delegationKey?: boolean;
|
|
2067
2069
|
/**
|
|
2068
2070
|
* Any of: Boolean, String
|
|
2069
2071
|
*/
|
|
2070
|
-
|
|
2072
|
+
subgraphExecute?: boolean | string;
|
|
2073
|
+
/**
|
|
2074
|
+
* Any of: Boolean, String
|
|
2075
|
+
*/
|
|
2076
|
+
fetchMetrics?: boolean | string;
|
|
2071
2077
|
fetchRequestHeaders?: boolean;
|
|
2072
2078
|
fetchResponseHeaders?: boolean;
|
|
2073
2079
|
/**
|