1 2 3 4 5 6 7
//! This code was AUTOGENERATED using the Codama library. #[derive(Clone)] pub struct GraphQLContext { pub pool: std::sync::Arc<sqlx::PgPool>, } impl juniper::Context for GraphQLContext {}