Type Alias Variables

Source
pub type Variables<'a> = HashMap<&'a str, Value<'a>, DefaultHashBuilder, &'a Bump>;
Expand description

Map of AST Values for GraphQL Variables

Reference

Aliased Typeยง

struct Variables<'a> { /* private fields */ }