Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@sdl_parser_UnexpectedToken.hrl
Raw

include/mochi@sdl_parser_UnexpectedToken.hrl

-record(unexpected_token, {
expected :: binary(),
got :: mochi@sdl_lexer:s_d_l_token(),
position :: mochi@sdl_lexer:position()
}).