trillium-rs / trillium

Trillium is a composable toolkit for building internet applications with async rust

Home Page:https://trillium.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL support

lucperkins opened this issue · comments

It'd be nice to have a Trillium plugin for turning an endpoint into a GraphQL interface. To my knowledge there are really only two major GraphQL implementations for Rust, Juniper and async-graphql, and plug-ins could potentially be provided for both.

Was just chatting with @MilanLoveless about how easy it'd be to make a juniper handler. I'm not sure if I should make that crate though (trying to focus on these #41), but I'd be happy to assist

Switching this to a discussion because it's not an improvement to one of the existing crate, but a proposed new crate for someone to build