GraphQL

RecipeCratesCategories
Create a GraphQL endpointasync-graphqlcat-web-programming::http-server

Create a GraphQL endpoint

async-graphql async-graphql-crates.io async-graphql-github async-graphql-lib.rs cat-asynchronous cat-network-programming

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!();
}