Type Definition dynamic_graphql::Context

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

Context object for resolve field

Trait Implementations§

source§

impl GetSchemaData for Context<'_>

source§

fn get_schema_data(&self) -> &SchemaData