Type Definition apollo_parser::SyntaxNode
source · pub type SyntaxNode = SyntaxNode<GraphQLLanguage>;
Expand description
A node in the immutable tree. It has other nodes and tokens as children.
pub type SyntaxNode = SyntaxNode<GraphQLLanguage>;
A node in the immutable tree. It has other nodes and tokens as children.