@graphql-mesh/types 0.99.6 → 0.99.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.
@@ -171,10 +171,6 @@ exports.jsonSchema = {
171
171
  "type": "string",
172
172
  "description": "Title of GraphiQL Playground"
173
173
  },
174
- "trustProxy": {
175
- "type": "string",
176
- "description": "Configure Express Proxy Handling\n[Learn more](https://expressjs.com/en/guide/behind-proxies.html)"
177
- },
178
174
  "batchingLimit": {
179
175
  "type": "integer",
180
176
  "description": "Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)"
@@ -162,10 +162,6 @@
162
162
  "type": "string",
163
163
  "description": "Title of GraphiQL Playground"
164
164
  },
165
- "trustProxy": {
166
- "type": "string",
167
- "description": "Configure Express Proxy Handling\n[Learn more](https://expressjs.com/en/guide/behind-proxies.html)"
168
- },
169
165
  "batchingLimit": {
170
166
  "type": "integer",
171
167
  "description": "Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)"
@@ -168,10 +168,6 @@ export const jsonSchema = {
168
168
  "type": "string",
169
169
  "description": "Title of GraphiQL Playground"
170
170
  },
171
- "trustProxy": {
172
- "type": "string",
173
- "description": "Configure Express Proxy Handling\n[Learn more](https://expressjs.com/en/guide/behind-proxies.html)"
174
- },
175
171
  "batchingLimit": {
176
172
  "type": "integer",
177
173
  "description": "Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)"
@@ -162,10 +162,6 @@
162
162
  "type": "string",
163
163
  "description": "Title of GraphiQL Playground"
164
164
  },
165
- "trustProxy": {
166
- "type": "string",
167
- "description": "Configure Express Proxy Handling\n[Learn more](https://expressjs.com/en/guide/behind-proxies.html)"
168
- },
169
165
  "batchingLimit": {
170
166
  "type": "integer",
171
167
  "description": "Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)"
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@graphql-mesh/types",
3
- "version": "0.99.6",
3
+ "version": "0.99.7",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
- "@graphql-mesh/store": "^0.99.6",
6
+ "@graphql-mesh/store": "^0.99.7",
7
7
  "@graphql-tools/utils": "^10.2.3",
8
8
  "graphql": "*",
9
9
  "tslib": "^2.4.0"
@@ -105,11 +105,6 @@ export interface ServeConfig {
105
105
  * Title of GraphiQL Playground
106
106
  */
107
107
  playgroundTitle?: string;
108
- /**
109
- * Configure Express Proxy Handling
110
- * [Learn more](https://expressjs.com/en/guide/behind-proxies.html)
111
- */
112
- trustProxy?: string;
113
108
  /**
114
109
  * Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)
115
110
  */
@@ -105,11 +105,6 @@ export interface ServeConfig {
105
105
  * Title of GraphiQL Playground
106
106
  */
107
107
  playgroundTitle?: string;
108
- /**
109
- * Configure Express Proxy Handling
110
- * [Learn more](https://expressjs.com/en/guide/behind-proxies.html)
111
- */
112
- trustProxy?: string;
113
108
  /**
114
109
  * Enable and define a limit for [Request Batching](https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md)
115
110
  */