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
Parses input as the selected language into a GqlQuery.
parse_auto
Auto-detects SPARQL for SELECT, GQL for MATCH, and otherwise falls back to GQL.