Go to file
2022-10-28 18:18:57 +05:30
.wundergraph feat: init 2022-10-28 18:12:05 +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.json feat: init 2022-10-28 18:12:05 +05:30
README.md feat: init 2022-10-28 18:12:05 +05:30
tsconfig.json feat: init 2022-10-28 18:12:05 +05:30

Simple starter for WunderGraph Cloud

A simple starter that consumes the Pokémon GraphQL API.

Getting started locally

npm install && npm start

Get first 3 starter Pokémon and their evolutions

curl -X GET http://localhost:9991/app/main/operations/Starters

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

Learn More

Read the Docs.