[−][src]Type Definition juniper::Variables
type Variables<S = DefaultScalarValue> = HashMap<String, InputValue<S>>;
The map of variables used for substitution during query execution
type Variables<S = DefaultScalarValue> = HashMap<String, InputValue<S>>;
The map of variables used for substitution during query execution