GraphQL support #57
lucperkins
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
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 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Beta Was this translation helpful? Give feedback.
All reactions