apollo_parser

Type Alias SyntaxNode

source
pub type SyntaxNode = SyntaxNode<GraphQLLanguage>;
Expand description

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

Aliased Typeยง

struct SyntaxNode { /* private fields */ }