Type Definition async_graphql::context::Context
source · [−]pub type Context<'a> = ContextBase<'a, &'a Positioned<Field>>;
Expand description
Context object for resolve field
pub type Context<'a> = ContextBase<'a, &'a Positioned<Field>>;
Context object for resolve field