Docs.rs
async-graphql-3.0.0-alpha.3
async-graphql 3.0.0-alpha.3
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
async-graphql-derive =3.0.0-alpha.3
normal
async-graphql-parser =3.0.0-alpha.3
normal
async-graphql-value =3.0.0-alpha.3
normal
async-stream ^0.3.0
normal
async-trait ^0.1.48
normal
blocking ^1.0.2
normal
bson ^2.0.0
normal
bytes ^1.0.1
normal
chrono ^0.4.19
normal
chrono-tz ^0.5.3
normal
fnv ^1.0.7
normal
futures-channel ^0.3.13
normal
futures-timer ^3.0.2
normal
futures-util ^0.3.13
normal
http ^0.2.3
normal
indexmap ^1.6.2
normal
iso8601-duration ^0.1.0
normal
log ^0.4.14
normal
lru ^0.6.5
normal
mime ^0.3.15
normal
multer ^2.0.0
normal
num-traits ^0.2.14
normal
once_cell ^1.7.2
normal
opentelemetry ^0.16.0
normal
pin-project-lite ^0.2.6
normal
regex ^1.4.5
normal
rust_decimal ^1.14.3
normal
secrecy ^0.7.0
normal
serde ^1.0.125
normal
serde_cbor ^0.11.1
normal
serde_json ^1.0.64
normal
sha2 ^0.9.3
normal
static_assertions ^1.1.0
normal
tempfile ^3.2.0
normal
thiserror ^1.0.24
normal
tracing-futures ^0.2.5
normal
tracing ^0.1.25
normal
url ^2.2.1
normal
uuid ^0.8.2
normal
futures-channel ^0.3.13
dev
tokio ^1.4.0
dev
Versions
100%
of the crate is documented
Go to latest stable release
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
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
☰
Trait ObjectType
Implementations on Foreign Types
&'impl0 T
Implementors
Other items in
async_graphql
?
Trait
async_graphql
::
ObjectType
[
−
]
[src]
pub trait ObjectType:
ContainerType
{ }
Expand description
A GraphQL object.
Implementations on Foreign Types
[src]
impl<'impl0, T:
ObjectType
>
ObjectType
for
&'impl0
T
Implementors
[src]
impl
ObjectType
for
EmptyFields
[src]
impl
ObjectType
for
PageInfo
[src]
impl
ObjectType
for
EmptyMutation
[src]
impl<C, T, E>
ObjectType
for
Edge
<C, T, E>
where
C:
CursorType
+
Send
+
Sync
,
T:
OutputType
,
E:
ObjectType
,
[src]
impl<C, T, EC, EE>
ObjectType
for
Connection
<C, T, EC, EE>
where
C:
CursorType
+
Send
+
Sync
,
T:
OutputType
,
EC:
ObjectType
,
EE:
ObjectType
,