Skip to content

Use diesel, juniper and wundergraph for complex scheme

Notifications You must be signed in to change notification settings

Farkal/test-wundergraph

Repository files navigation

Init

Just run diesel database setup --database-url postgres://postgres:postgres@localhost/testwunder

Wundergraph generation

wundergraph_cli print-schema postgres://postgres:postgres@localhost/testmovies > ./src/generated.rs
You just need to change Jsonb to serde_json::Value

Run

docker-compose up -d
cargo run

Database scheme

Database scheme

About

Use diesel, juniper and wundergraph for complex scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published