gql.server.interpreter.QueryInterpreter
See theQueryInterpreter companion object
The QueryInterpreter will prepare a query for execution by inspecting the ast and planning the query accordingly. Once all inputs have been prepared, the execution AST is passed to the SubqueryInterpreter for evaluation.
Attributes
- Companion
- object
- Source
- QueryInterpreter.scala
- Graph
-
- Supertypes
Members list
In this article