Check Schema Extension configuration doc.
- Copy the
.env.examplefile to.envand fill in the required values. - Install the dependencies and run the complete example in one command:
npm install && npm startcurl -N http://localhost:9991/operations/Imagecurl -N http://localhost:9991/operations/Userscurl -d '{"email":"test@wundergraph.com","name":"Test","payload": {"type":"mobile","phone":"12345"}}' -H "Content-Type: application/json" -X POST http://localhost:9991/operations/UserRead the Docs.
Join us on Discord!