Skip to content

Commit

Permalink
chore(cli): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 9, 2022
1 parent 3186f40 commit 497cb18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-socks-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/cli': patch
---

Cleanup unused dependencies
9 changes: 0 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,9 @@
"@graphql-mesh/store": "0.8.41",
"@graphql-mesh/types": "0.83.3",
"@graphql-mesh/http": "0.1.5",
"@graphql-tools/code-file-loader": "7.3.6",
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/load": "7.7.7",
"@graphql-tools/graphql-file-loader": "7.5.5",
"@graphql-tools/wrap": "9.2.0",
"@whatwg-node/server": "0.2.0",
"@whatwg-node/fetch": "0.4.2",
"graphql-yoga": "3.0.0-alpha-20220905163021-e923bb34",
"graphql-scalars": "1.18.0",
"itty-router": "2.6.1",
"itty-router-extras": "0.4.2",
"dotenv": "16.0.2",
"dnscache": "1.0.2",
"graphql-import-node": "0.0.5",
Expand All @@ -85,7 +77,6 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/itty-router-extras": "0.4.0",
"@types/mkdirp": "1.0.2",
"@types/yargs": "17.0.12",
"@types/ws": "8.5.3",
Expand Down
4 changes: 0 additions & 4 deletions packages/types/src/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,6 @@
"type": "string",
"description": "Path to the introspection\nYou can separately give schema introspection"
},
"multipart": {
"type": "boolean",
"description": "Enable multipart/formdata in order to support file uploads"
},
"subscriptionsProtocol": {
"type": "string",
"enum": ["SSE", "WS", "LEGACY_WS"],
Expand Down
4 changes: 0 additions & 4 deletions packages/types/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ export interface GraphQLHandlerHTTPConfiguration {
* You can separately give schema introspection
*/
introspection?: string;
/**
* Enable multipart/formdata in order to support file uploads
*/
multipart?: boolean;
/**
* SSE - Server Sent Events
* WS - New graphql-ws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ other options will be ignored and the schema exported from the file will be used
* `webSocketImpl` (type: `String`) - Path to a custom W3 Compatible WebSocket Implementation
* `introspection` (type: `String`) - Path to the introspection
You can separately give schema introspection
* `multipart` (type: `Boolean`) - Enable multipart/formdata in order to support file uploads
* `subscriptionsProtocol` (type: `String (SSE | WS | LEGACY_WS)`) - SSE - Server Sent Events
WS - New graphql-ws
LEGACY_WS - Legacy subscriptions-transport-ws
Expand Down

0 comments on commit 497cb18

Please sign in to comment.