Version: Next
Your first Data Source
GraphQL Data Source
In this example, we are going to pull in a remote GraphQL API called TrevorBlades.
From the WunderGraph platform:
- Click the
Data Sourcesmenu item in the sidebar - Click
Add New Data Source - Ensure
Kind: GraphQL - Give your Data Source a name, e.g.
TrevorBlades - Click
Fetch Schema From GraphQL Server - Enter the following URL:
https://countries.trevorblades.com/and press import
- If you visit the
schematab, you will see that wundergraph platform has introspected the TrevorBlades countries api. - Hit the save button.
Now that we have our first Data Source, let's create our first application