Type Definition async_graphql::context::Context[][src]

pub type Context<'a> = ContextBase<'a, &'a Positioned<Field>>;
Expand description

Context object for resolve field