aboutsummaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-24 14:17:38 -0700
committernetop://ウィビ <paul@webb.page>2026-04-24 14:17:38 -0700
commit261f3bdb77799009344aab4a60686b7186ebd3b0 (patch)
tree8e87c6610a307f15f0c4b32f68b19424273fc6ad /deno.json
parent8a59f92d031963e23ecc84b75feecf43eb4dd146 (diff)
downloadgraphiql-261f3bdb77799009344aab4a60686b7186ebd3b0.tar.gz
graphiql-261f3bdb77799009344aab4a60686b7186ebd3b0.zip
Implement v0.4 subscriptions + v0.5 theming and plugin slots
- SSE and WebSocket fetchers via graphql-sse and graphql-ws, returning AsyncIterable results - SessionStore.run consumes AsyncIterable streams with subscriptionMode "append" (timestamped) or "replace" and honors an AbortSignal for cancellation - Chrome CSS variables documented in styles/theme.scss with prefers-color-scheme light/dark gating and .graphiql-light override - Svelte 5 snippet slots on GraphiQL: toolbarExtras, tabExtras, resultFooter
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index 61efce7..b4d79a1 100644
--- a/deno.json
+++ b/deno.json
@@ -15,7 +15,9 @@
"@lezer/highlight": "npm:@lezer/highlight@^1.2.0",
"cm6-graphql": "npm:cm6-graphql@^0.2.1",
"codemirror": "npm:codemirror@^6.0.1",
- "graphql": "npm:graphql@^16.8.0"
+ "graphql": "npm:graphql@^16.8.0",
+ "graphql-sse": "npm:graphql-sse@^2.5.3",
+ "graphql-ws": "npm:graphql-ws@^5.16.0"
},
"name": "@eol/graphiql",
"publish": {