Trait Context
juniper
pub trait Context { }
Marker trait for types that can act as context objects for GraphQL types.
GraphQL
impl<'a, C: Context> Context for &'a C