pub fn parse(query: &str) -> Result<Statement>
Parses a GQL query string into an AST.
Returns a QueryError if the query is syntactically invalid.
QueryError