# Functions
Execute runs the query in a given language and returns an iterator over the results.
GetLanguage returns a query language description.
Languages returns names of registered query languages.
NewSession creates a new session for specified query language.
RegisterLanguage register a new query language.
# Constants
JSON collates results as maps, arrays and values, that can be encoded to JSON.
JSONLD collates results as maps, arrays and values compatible with JSON-LD spec.
Raw collates results as maps or arrays of graph.Refs or any other query-native or graph-native data type.
REPL collates results as strings which will be used in CLI.
# Structs
Language is a description of query language.
Options for the query execution.
# Interfaces
Iterator for query results.
ResponseWriter is a subset of http.ResponseWriter.