SelectionSetContext

Type Alias SelectionSetContext 

Source
pub type SelectionSetContext<'a> = ExecutionContext<'a, &'a SelectionSet<'a, String>>;

Aliased Type§

pub struct SelectionSetContext<'a> {
    pub schema: &'a Schema,
    pub operation: &'a Operation<'a>,
    pub item: &'a SelectionSet<'a, String>,
}

Fields§

§schema: &'a Schema§operation: &'a Operation<'a>§item: &'a SelectionSet<'a, String>