RFC: Number value literal lookahead restrictions by leebyron · Pull Request #601 · graphql/graphql-specThis RFC proposes adding a lookahead restriction to the IntValue and FloatValue lexical grammars to not allow following a number with a letter.
Problem:
Currently there are some language ambiguitie...