Docs.rs
async-graphql-7.0.11
async-graphql 7.0.11
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
async-graphql-derive ^7.0.11
normal
async-graphql-parser ^7.0.11
normal
async-graphql-value ^7.0.11
normal
async-stream ^0.3.5
normal
async-trait ^0.1.79
normal
base64 ^0.22.0
normal
bigdecimal >=0.3.0, <0.5.0
normal
optional
blocking ^1.5.1
normal
optional
bson ^2.9.0
normal
optional
bytes ^1.6.0
normal
chrono ^0.4.37
normal
optional
chrono-tz ^0.10.0
normal
optional
fast_chemail ^0.9.6
normal
optional
fnv ^1.0.7
normal
futures-channel ^0.3.30
normal
optional
futures-timer ^3.0.3
normal
futures-util ^0.3.30
normal
handlebars ^5.1.2
normal
optional
hashbrown ^0.14.5
normal
optional
http ^1.1.0
normal
indexmap ^2
normal
iso8601 ^0.6.1
normal
optional
log ^0.4.21
normal
optional
lru ^0.12.3
normal
optional
mime ^0.3.17
normal
multer ^3.0.0
normal
num-traits ^0.2.18
normal
once_cell ^1.19.0
normal
opentelemetry ^0.25.0
normal
optional
pin-project-lite ^0.2.14
normal
regex ^1.10.4
normal
rust_decimal ^1.35.0
normal
optional
schemars ^0.8.21
normal
optional
secrecy ^0.8.0
normal
optional
serde ^1.0.197
normal
serde_cbor ^0.11.2
normal
optional
serde_json ^1.0.115
normal
serde_urlencoded ^0.7.1
normal
sha2 ^0.10.8
normal
optional
smol_str ^0.3.1
normal
optional
static_assertions_next ^1.1.2
normal
tempfile ^3.10.1
normal
optional
thiserror ^1.0.58
normal
time ^0.3.36
normal
optional
tokio ^1.37.0
normal
optional
tracing-futures ^0.2.5
normal
optional
tracing ^0.1.40
normal
optional
url ^2.5.0
normal
optional
uuid ^1.8.0
normal
optional
zxcvbn ^2.2.2
normal
optional
criterion ^0.5.1
dev
futures-channel ^0.3.30
dev
slab ^0.4.9
dev
tokio ^1.37.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
async_
graphql
7.0.11
Input
Object
Type
Object Safety
Implementors
In crate async_
graphql
async_graphql
Trait
InputObjectType
Copy item path
source
pub trait InputObjectType:
InputType
{ }
Expand description
A GraphQL input object.
Object Safety
§
This trait is
not
object safe
.
Implementors
§