0.3.2 - 2022-11-15
Fixes
-
lexing escaped and unicode characters in block strings - lrlna, pull/357 fixing issue/341, issue/342, issue/343
Fixes lexing the following string values:
"""unicode in block string 🤷"""
input Filter {
title: String
}
"""
\""" a/b \"""
"""
input Filter {
title: String
}
type Query {
format: String = "Y-m-d\\TH:i:sP"
}