Registry / web-framework / async-graphql-warp

async-graphql-warp

JSON →
library7.2.1rscratesunverified

Integration layer between async-graphql and the Warp web framework.

# Cargo.toml [dependencies] async-graphql-warp = "7.2.1"
INSTALL
IMPORT
SIG · ASYNC-GRAPHQL-WARP
A
async-graphql-warp
web-frameworkrustv7.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

graphql
use async_graphql_warp::graphql;

Sets up a GraphQL endpoint using Warp.

use async_graphql_warp::graphql; use warp::Filter; fn main() { let route = warp::any().and(graphql(/* schema */)); println!("GraphQL endpoint configured with Warp."); }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) to be active.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: *
Upgrade
Version history
7.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
48
Resources
async-graphql-warp — cargo add async-graphql-warp · libregistry