Go to file
2022-11-03 22:15:25 +01:00
.wundergraph fix formatting 2022-11-03 14:24:01 +05:30
.gitignore feat: init 2022-10-28 18:12:05 +05:30
LICENSE chore: add license 2022-10-28 18:18:57 +05:30
package-lock.json upgrade sdk 2022-11-03 22:15:25 +01:00
package.json upgrade sdk 2022-11-03 22:15:25 +01:00
README.md update example to use weather api 2022-11-02 18:49:31 +01:00
tsconfig.json feat: init 2022-10-28 18:12:05 +05:30

Simple starter for WunderGraph Cloud

A simple starter that consumes the GraphQL Weather API.

Getting started locally

npm install && npm start

Get the weather for Berlin.

curl -X GET http://localhost:9991/app/main/operations/Weather?city=Berlin

Deploy to WunderGraph Cloud

  1. Fork this repo
  2. Sign in to WunderGraph Cloud
  3. Create a new project
  4. Import the forked repo
  5. Deploy the project

Try it out (replace YOUR_PROJECT_ID with your project id):

curl -X GET https://{YOUR_PROJECT_NAME}.wundergraph.dev/app/main/operations/Weather?city=Berlin

Make changes

  1. Make changes to the main branch, e.g. change the query in .wundergraph/operations/Weather.graphql
  2. Commit and push the changes

See your changes live in less than 20 seconds.

curl -X GET https://{YOUR_PROJECT_NAME}.wundergraph.dev/app/main/operations/Weather?city=Berlin

Learn More

Read the Docs.