pub fn parse_auto(input: &str) -> Result<GqlQuery, QueryError>Expand description
Auto-detect language and parse.
- Starts with
SELECT→ SPARQL - Starts with
MATCH→ GQL
pub fn parse_auto(input: &str) -> Result<GqlQuery, QueryError>Auto-detect language and parse.
SELECT → SPARQLMATCH → GQL