Cursor

object Cursor
Companion:
class
Source:
cursor.scala
class Object
trait Matchable
class Any
Cursor.type

Type members

Classlikes

case class Context(rootTpe: Type, path: List[String], resultPath: List[String], typePath: List[Type])

Context represents a position in the output tree in terms of,

Context represents a position in the output tree in terms of,

  1. the path through the schema to the position
  2. the path through the schema with query aliases applied
  3. the type of the element at the position
Companion:
object
Source:
cursor.scala
object Context
Companion:
class
Source:
cursor.scala
object Env
Companion:
class
Source:
cursor.scala
sealed trait Env
Companion:
object
Source:
cursor.scala

Value members

Concrete methods