pub type ContextSelectionSet<'a> = ContextBase<'a, &'a Positioned<SelectionSet>>;
Expand description

Context for SelectionSet

Aliased Type§

struct ContextSelectionSet<'a> {
    pub path_node: Option<QueryPathNode<'a>>,
    /* private fields */
}

Fields§

§path_node: Option<QueryPathNode<'a>>

The current path node being resolved.