carbon-memo-program-decoder 1.0.0

Memo Program Decoder
Documentation
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 {}