Re-exports§
pub use async_graphql::Context;
pub use async_graphql::Data;
pub use async_graphql::Error;
pub use async_graphql::ID;
pub use async_graphql::Lookahead;
pub use async_graphql::MaybeUndefined;
pub use async_graphql::Name;
pub use async_graphql::Request;
pub use async_graphql::Result;
pub use async_graphql::Upload;
pub use async_graphql::UploadValue;
pub use async_graphql::Value;
pub use async_graphql::Variables;
pub use async_graphql::dynamic;
pub use async_graphql::dynamic::FieldValue;
pub use async_graphql::value;
Modules§
Structs§
Traits§
Attribute Macros§
- Expand
Object Fields - Interface
- Define a new GraphQL interface type.
- Mutation
Fields - Resolved
Object Fields - Define a new GraphQL object type.
Derive Macros§
- App
- Enum
- Expand
Object - Input
Object - Mutation
- Mutation
Root - OneOf
Input - Resolved
Object - Define a new GraphQL object type.
- Scalar
- Simple
Object - Define a new GraphQL object type.
- Union