grackle.QueryCompiler
See theQueryCompiler companion object
GraphQL query compiler.
A QueryCompiler parses GraphQL queries to query algebra terms, then applies a collection of transformation phases in sequence, yielding a query algebra term which can be directly interpreted.
Attributes
- Companion
- object
- Source
- compiler.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article