Astro
This example ) demonstrates how to use WunderGraph with Astro .
Installation
1
Configuration
The configuration for WunderGraph is located in the .wundergraph
directory.
For this example we use the Countries GraphQL API .
1
2
3
4
5
6
7
8
9
10
11
Query data
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
Learn more
Deploy to WunderGraph Cloud
The easiest way to deploy your WunderGraph app is to use WunderGraph Cloud. Enable the Vercel integration to deploy the Vite frontend to Vercel.