Skip to content

Commit fde1c1e

Browse files
Revert "feat: add websocket subscription support to router"
This reverts commit 50d1503.
1 parent 5d0cede commit fde1c1e

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

charts/graph/values.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ router:
99
- --supergraph
1010
- /etc/apollo/supergraph.graphql
1111
configuration:
12-
subscription:
13-
enabled: true
14-
mode:
15-
passthrough:
16-
all:
17-
path: /subscriptions
18-
subgraphs:
19-
workflows:
20-
path: /ws
21-
protocol: graphql_ws
22-
heartbeat_interval: 10s
2312
sandbox:
2413
enabled: true
2514
homepage:

supergraph-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
federation_version: =2.8.0
2-
subscriptions:
3-
enabled: true
4-
protocols:
5-
- graphql-transport-ws
6-
- graphql-ws
72
subgraphs:
83
workflows:
94
routing_url: https://workflows.diamond.ac.uk/graphql
105
schema:
116
file: schema/workflows.graphql
12-
subscriptions:
13-
enabled: true
14-
protocols:
15-
- graphql-ws
167
instrument_sessions:
178
routing_url: https://instrument-sessions.diamond.ac.uk/api/graphql
189
schema:

0 commit comments

Comments
 (0)