Skip to content

getlipa/wundergraph-rust-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust WunderGraph client POC

Just a POC to be used as a reference for future implementations.

Setup

WunderGraph server

  1. Clone the WunderGraph server docker repository
  2. From within the repo, build the docker image: docker build -t wundergraph .
  3. Launch a container: docker run -p 9991:9991 wundergraph:latest
  4. Test whether you can retreive the dragons: curl -X GET http://localhost:9991/operations/Dragons

Rust client (this project)

cargo run --example dragons

About

POC: Rust client for WunderGraph applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%