WunderGraph ORM

WunderGraph ORM example

This example shows how to use the WunderGraph ORM to query and combine multiple external APIs.

Quick start

1
npx create-wundergraph-app my-app --example orm

Install dependencies and start the server

1
npm i && npm start

Get info and weather for a specific country

1
curl http://localhost:9991/operations/country?code=DE

Learn More

Deploy to WunderGraph Cloud

Deploy to WunderGraph

Got Questions?

Join us on Discord!

Was this article helpful to you?
Provide feedback

Edit this page