ws support for gql subscriptions

This commit is contained in:
2026-05-19 21:52:58 +03:30
parent 657dcb072d
commit bc23b3d478
5 changed files with 59 additions and 13 deletions

View File

@@ -11,7 +11,10 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@graphiql/toolkit": "^0.11.3",
"graphiql": "^4.1.2",
"graphql": "^16.13.2",
"graphql-ws": "^6.0.8",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},