apollo_parser

Type Alias SyntaxToken

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

A leaf node in the syntax tree.

Aliased Typeยง

struct SyntaxToken { /* private fields */ }