rust-graphql-juniper-actix-diesel-postgres
rust-graphql-juniper-actix-diesel-postgres copied to clipboard
An example GraphQL server written in Rust
The repository is great but it lacks one important thing, `Subscriptions`. I would, and I believe other people would too, if you include `Subscription` alongside the `Query` and `Mutation`
Back in 2020, Playground was retired and was going to be merged with Graphiql. It would be good to see that reflected in this stack.
I would like to promote my crate wundergraph. It greatly simplifies the creation of a performant GraphQL over given relational database schema. Implementations using diesel and juniper in a straight...