Docs.rs
async-graphql-2.6.2
async-graphql 2.6.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
async-graphql-derive =2.6.0
normal
async-graphql-parser =2.5.9
normal
async-graphql-value =2.5.9
normal
async-stream ^0.3
normal
async-trait ^0.1.41
normal
blocking ^1.0.0
normal
bson ^1.0.0
normal
chrono ^0.4.15
normal
chrono-tz ^0.5.1
normal
fnv ^1.0.6
normal
futures-channel ^0.3.8
normal
futures-timer ^3.0.2
normal
futures-util ^0.3.8
normal
http ^0.2.3
normal
indexmap ^1.6.0
normal
log ^0.4.11
normal
lru ^0.6.0
normal
multer ^1.2.2
normal
num-traits ^0.2.12
normal
once_cell ^1.3.1
normal
pin-project-lite ^0.2.0
normal
regex ^1.4.1
normal
serde ^1.0.117
normal
serde_json ^1.0.48
normal
sha2 ^0.9.1
normal
spin ^0.7.0
normal
static_assertions ^1.1.0
normal
tempfile ^3.1.0
normal
thiserror ^1.0.21
normal
tracing ^0.1.21
normal
url ^2.1.1
normal
uuid ^0.8.1
normal
futures-channel ^0.3.8
dev
tokio ^1.3.0
dev
Versions
98.19%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait InputObjectType
Implementors
async_graphql
Crates
async_graphql
Modules
context
dataloader
extensions
guard
http
resolver_utils
types
validators
Macros
scalar
value
Structs
CacheControl
DeserializerError
Error
ErrorExtensionValues
InputValueError
Lookahead
Name
Number
Request
Response
Schema
SchemaBuilder
SerializerError
ServerError
ValidationResult
Variables
Enums
BatchRequest
BatchResponse
ParseRequestError
PathSegment
ValidationMode
Value
Traits
ErrorExtensions
InputObjectType
InputType
InterfaceType
ObjectType
OutputType
ResultExt
Type
UnionType
Functions
from_value
to_value
Type Definitions
FieldError
FieldResult
InputValueResult
Result
ServerResult
ayu
dark
light
?
Trait
async_graphql
::
InputObjectType
[
−
]
[src]
[
+
]
Show declaration
pub trait InputObjectType:
InputType
{ }
[
−
]
Expand description
A GraphQL input object.
Implementors