Registry / web-framework / async-graphql-poem

async-graphql-poem

JSON →
library7.2.1rscratesunverified

async-graphql for poem

# Cargo.toml [dependencies] async-graphql-poem = "7.2.1"
INSTALL
IMPORT
SIG · ASYNC-GRAPHQL-POEM
A
async-graphql-poem
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_poem::GraphQL;

Integrate async-graphql with the Poem web framework

use async_graphql_poem::GraphQL; fn main() { let schema = // build schema let app = Poem::new().at("/graphql", GraphQL::new(schema)); }
Debug
Known issues
gotchaRequires async runtime (tokio or async-std)
fix
Add tokio or async-std as a dependency
affects: >=7.0.0
Upgrade
Version history
7.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources