pub trait Context { }
Expand description

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

Implementations on Foreign Types

Implementors