Skip to main content

Variables

Type Alias Variables 

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

Map of AST Values for GraphQL Variables

Reference

Aliased Typeยง

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