Docs.rs
async-graphql-2.1.4
async-graphql 2.1.4
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
async-graphql-derive =2.1.4
normal
async-graphql-parser =2.1.2
normal
async-graphql-value =2.0.5
normal
async-mutex ^1.4.0
normal
async-stream ^0.3
normal
async-trait ^0.1.41
normal
blocking ^1.0.0
normal
bson ^1.0.0
normal
bytes ^0.5.4
normal
chrono ^0.4.15
normal
chrono-tz ^0.5.1
normal
fnv ^1.0.6
normal
futures-util ^0.3.6
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.1.10
normal
regex ^1.4.1
normal
serde ^1.0.117
normal
serde_json ^1.0.48
normal
sha2 ^0.9.1
normal
spin ^0.6.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
async-channel ^1.5.1
dev
async-std ^1.6.5
dev
Versions
97.59%
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 UnionType
Implementors
async_graphql
Modules
context
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
Enums
BatchRequest
BatchResponse
ParseRequestError
PathSegment
ValidationMode
Value
Traits
ErrorExtensions
InputObjectType
InputValueType
InterfaceType
ObjectType
OutputValueType
ResultExt
Type
UnionType
Functions
from_value
to_value
Type Definitions
FieldError
FieldResult
InputValueResult
Result
ServerResult
Crates
async_graphql
ayu
dark
light
?
[
−
]
[src]
Trait
async_graphql
::
UnionType
[
+
]
Show declaration
pub trait UnionType:
ContainerType
{ }
[
−
]
Expand description
A GraphQL interface.
Implementors