Type Alias graphql_tools::static_graphql::query::SelectionSet
source · pub type SelectionSet = SelectionSet<'static, String>;Aliased Type§
struct SelectionSet {
pub span: (Pos, Pos),
pub items: Vec<Selection<'static, String>>,
}Fields§
§span: (Pos, Pos)§items: Vec<Selection<'static, String>>