Re-exports§
pub use anyhow;pub use async_graphql;pub use chrono;pub use serde;pub use serde_json;pub use sqlx;pub use tokio;pub use uuid;
Structs§
- Empty
Mutation - Empty mutation
- Empty
Subscription - Empty subscription
- Schema
- GraphQL schema.
- Schema
Builder - Schema builder
- Simple
Graphql - SimpleGraphql
- Simple
Sqlite - SimpleSqlite
- SpaConfig
- Uuid
- A Universally Unique Identifier (UUID).
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
Type Aliases§
- Context
- Context object for resolve field
- Result
- An alias for
Result<T, Error>. - Sqlite
Pool - An alias for
Pool, specialized for SQLite.