Skip to main content

parse

Function parse 

Source
pub fn parse(query: &str) -> Result<Statement>
Expand description

Parses a GQL query string into an AST.

ยงErrors

Returns a QueryError if the query is syntactically invalid.