pub type SyntaxNode = SyntaxNode<GraphQLLanguage>;
Expand description

A node in the immutable tree. It has other nodes and tokens as children.