Crate simple_syrup
source · [−]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 subscription
GraphQL schema.
Schema builder
SimpleGraphql
SimpleSqlite
A Universally Unique Identifier (UUID).
Traits
A data structure that can be deserialized from any data format supported by Serde.
A data structure that can be serialized into any data format supported by Serde.
Type Definitions
Context object for resolve field
An alias for Result<T, Error>.
An alias for [Pool][crate::pool::Pool], specialized for SQLite.