[][src]Trait juniper::Context

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]

Loading content...

Implementors

Loading content...