Skip to main content

parse_auto

Function parse_auto 

Source
pub fn parse_auto(input: &str) -> Result<GqlQuery, QueryError>
Expand description

Auto-detect language and parse.

  • Starts with SELECT → SPARQL
  • Starts with MATCH → GQL