WunderGraph schema extension Example

Check the example

Configuration

Check Schema Extension configuration doc.

Getting started

1
2
3
docker-compose up
npm install && npm start

Get Landpad

1
curl -N http://localhost:9991/operations/Space

Get Users

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

Create User

1
curl -d '{"email":"[email protected]","name":"Test","payload": {"type":"mobile","phone":"12345"}}' -H "Content-Type: application/json" -X POST http://localhost:9991/operations/User

Was this article helpful to you?
Provide feedback

Edit this page