GraphQL subscriptions hooks Example
Configuration
The best way to understand how to use subscriptions hooks is to play with the configuration.
Let's start with the wundergraph.config.ts
file, and configure the data source:
1
2
3
4
5
6
7
8
9
10
Now let's configure the hooks in the wundergraph.server.ts
file:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Getting started
1
Check results
1
- Check the output.
- Check the logs to see the hooks being executed.
Learn more
Deploy to WunderGraph Cloud
The easiest way to deploy your WunderGraph app is to use WunderGraph Cloud.