GraphQL
Recipe | Crates | Categories |
---|---|---|
Create a GraphQL endpoint |
Create a GraphQL endpoint
async-graphql
is a high-performance graphql server library that's fully specification compliant. It integrates with actix-web
, axum
, poem
, rocket
, tide
, and warp
.
fn main() { todo!(); }
[graphql: write (P1)](https://github.com/john-cd/rust_howto/issues/511) integrate in seography graphql section?