Skip to main content

Module language

Module language 

Source
Expand description

Query language detection and dispatch.

Enums§

QueryLanguage
Which query language the input is written in.

Functions§

parse
Parse a query string in the given language into a GqlQuery AST.
parse_auto
Auto-detect language and parse (SELECT → SPARQL, MATCH → GQL, fallback → GQL).