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§

EmptyMutation
Empty mutation
EmptySubscription
Empty subscription
Schema
GraphQL schema.
SchemaBuilder
Schema builder
SimpleGraphql
SimpleGraphql
SimpleSqlite
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>.
SqlitePool
An alias for Pool, specialized for SQLite.

Attribute Macros§

Object
Scalar

Derive Macros§

Deserialize
Enum
InputObject
Interface
Serialize
SimpleObject
Union