Just a POC to be used as a reference for future implementations.
- Clone the WunderGraph server docker repository
- From within the repo, build the docker image:
docker build -t wundergraph . - Launch a container:
docker run -p 9991:9991 wundergraph:latest - Test whether you can retreive the dragons:
curl -X GET http://localhost:9991/operations/Dragons
cargo run --example dragons