Docs.rs
async-graphql-1.7.6
async-graphql 1.7.6
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sunli829
Dependencies
Inflector ^0.11.4
normal
anyhow ^1.0.26
normal
async-graphql-derive ^1.7.6
normal
async-trait ^0.1.24
normal
base64 ^0.12.0
normal
bson ^0.14.1
normal
byteorder ^1.3.4
normal
bytes ^0.5.4
normal
chrono ^0.4.10
normal
chrono-tz ^0.5.1
normal
futures ^0.3.0
normal
graphql-parser = 0.2.3
normal
itertools ^0.9.0
normal
once_cell ^1.3.1
normal
parking_lot ^0.10.0
normal
regex ^1.3.5
normal
serde ^1.0.104
normal
serde_derive ^1.0.104
normal
serde_json ^1.0.48
normal
slab ^0.4.2
normal
thiserror ^1.0.11
normal
url ^2.1.1
normal
uuid ^0.8.1
normal
actix-rt ^1.0.0
dev
actix-web ^2.0.0
dev
async-std ^1.5.0
dev
mime ^0.3.16
dev
tide ^0.6.0
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
async_graphql
Modules
extensions
http
validators
Macros
impl_scalar
Structs
CacheControl
Connection
EmptyEdgeFields
EmptyMutation
EmptySubscription
FieldError
ID
Pos
QueryBuilder
QueryPathNode
QueryResponse
Schema
SubscriptionStream
SubscriptionStreams
Upload
Variables
WebSocketTransport
Enums
Error
QueryError
QueryOperation
QueryPathSegment
ValidationMode
Value
Traits
DataSource
ErrorExtensions
ResultExt
Scalar
SubscriptionTransport
Type
Type Definitions
Context
FieldResult
Result
Crates
async_graphql
dark
light
All crates
[
−
]
[src]
Attribute Macro
async_graphql
::
Union
#[Union]
[
−
]
Expand description
Define a GraphQL union
It's similar to Interface, but it doesn't have fields.