Skip to content

Latest commit

 

History

History

schema-extension

WunderGraph schema extension example

Configuration

Check Schema Extension configuration doc.

Getting started

  1. Copy the .env.example file to .env and fill in the required values.
  2. Install the dependencies and run the complete example in one command:
npm install && npm start

Get Landpad

curl -N http://localhost:9991/operations/Image

Get Users

curl -N http://localhost:9991/operations/Users

Create User

curl -d '{"email":"test@wundergraph.com","name":"Test","payload": {"type":"mobile","phone":"12345"}}' -H "Content-Type: application/json" -X POST http://localhost:9991/operations/User

Learn More

Read the Docs.

Got Questions?

Join us on Discord!