Trait juniper::Context[][src]

pub trait Context { }

Marker trait for types that can act as context objects for GraphQL types.

Implementations on Foreign Types

impl<'a, C: Context> Context for &'a C
[src]

Implementors