pub struct TypeInfo {
pub type_stack: Vec<TypeInfoElementRef<Type>>,
pub parent_type_stack: Vec<TypeInfoElementRef<CompositeType>>,
pub field_def_stack: Vec<TypeInfoElementRef<Field>>,
pub input_type_stack: Vec<TypeInfoElementRef<InputObjectType>>,
pub argument: Option<TypeInfoElementRef<InputValue>>,
}
Fields
type_stack: Vec<TypeInfoElementRef<Type>>
parent_type_stack: Vec<TypeInfoElementRef<CompositeType>>
field_def_stack: Vec<TypeInfoElementRef<Field>>
input_type_stack: Vec<TypeInfoElementRef<InputObjectType>>
argument: Option<TypeInfoElementRef<InputValue>>