Docs.rs
async-graphql-0.5.0
async-graphql 0.5.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sunli829
Dependencies
anyhow ^1.0.26
normal
async-graphql-derive ^0.5.0
normal
async-trait ^0.1.24
normal
chrono ^0.4.10
normal
fnv ^1.0.6
normal
graphql-parser ^0.2.3
normal
serde ^1.0.104
normal
serde_derive ^1.0.104
normal
serde_json ^1.0.48
normal
thiserror ^1.0.11
normal
uuid ^0.8.1
normal
async-std ^1.5.0
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Context
async_graphql
All crates
[
−
]
[src]
Type Definition
async_graphql
::
Context
type Context<'a> =
ContextBase
<'a, &'a
Field
>;