wundergraph.config.ts reference
Configuration of WunderGraph is done in wundergraph.config.ts
using configureWunderGraphApplication
.
Example configuration:
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
Supported properties
Parameter | Description |
---|---|
apis | An array of data sources. |
options | WunderNode Options. |
server | WunderGraph hooks server configuration. |
operations | WunderGraph operations configuration. |
generate | Code generators. |
s3UploadProvider | Uploads configuration. |
cors | CORS configuration. |
authorization | Authorization configuration. |
authentication | Configure cookie and token based authentication. |
security | Security configuration. |