pub type Context<'a> = ExecutionContext<'a, &'a Field<'a, String>>;
Aliased Type§
pub struct Context<'a> {
pub schema: &'a Schema,
pub operation: &'a Operation<'a>,
pub item: &'a Field<'a, String>,
}
Fields§
§schema: &'a Schema
§operation: &'a Operation<'a>
§item: &'a Field<'a, String>