graphers
graphers copied to clipboard
Very very experimental implementation of a GraphQL server in Rust
Graphers
Graphers is a GraphQL implementation written in Rust.
Graphers generates Rust code from the proposed GraphQL IDL. Define a schema via the IDL, then implement the traits that Graphers generates to create a complete, compliant GraphQL interface, which you can serve over HTTP.
Graphers is a work in progress, and currently not more than a proof of concept. It implements only a small subset of the GraphQL spec at this point.