Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 478 Bytes

File metadata and controls

33 lines (21 loc) · 478 Bytes

WunderGraph simple example

Getting started

npm i && npm start

Get all Continents

curl http://localhost:9991/operations/Continents

Get all Countries

curl http://localhost:9991/operations/Countries

Get user

curl http://localhost:9991/operations/users/get?id=1

Learn More

Read the Docs.

Got Questions?

Join us on Discord!