gql.server.interpreter.SubqueryInterpreter
See theSubqueryInterpreter companion object
The SubqueryInterpreter recursively runs through the AST and performs a multitude of tasks:
- Runs the gql.resolver.Resolver/gql.resolver.Steps defined in the query.
- Accumulates errors that occur during the evaluation of the query.
- Logs streams that have been subscribed to.
- Batches computations that have been marked as batchable.
Attributes
- Companion
- object
- Source
- SubqueryInterpreter.scala
- Graph
-
- Supertypes
Members list
In this article