Skip to content

Commit e5c0827

Browse files
authored
Merge pull request #283 from objectstack-ai/copilot/enhance-graphql-protocol
2 parents fb0d729 + 70b7db7 commit e5c0827

5 files changed

Lines changed: 1353 additions & 115 deletions

File tree

packages/protocols/graphql/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,20 @@
2020
"@objectql/types": "workspace:*",
2121
"@objectstack/spec": "^0.7.1",
2222
"@apollo/server": "^4.10.0",
23-
"graphql": "^16.8.1"
23+
"graphql": "^16.8.1",
24+
"graphql-ws": "^5.14.0",
25+
"ws": "^8.14.0",
26+
"graphql-subscriptions": "^2.0.0",
27+
"dataloader": "^2.2.2",
28+
"@graphql-tools/schema": "^10.0.2",
29+
"express": "^4.18.2",
30+
"cors": "^2.8.5"
2431
},
2532
"devDependencies": {
2633
"@objectstack/core": "^0.7.1",
34+
"@types/ws": "^8.5.10",
35+
"@types/express": "^4.17.21",
36+
"@types/cors": "^2.8.17",
2737
"typescript": "^5.3.3",
2838
"vitest": "^1.0.4"
2939
},

0 commit comments

Comments
 (0)