ReducedStep

caliban.schema.ReducedStep
See theReducedStep companion trait
object ReducedStep

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DeferStep[-R](obj: ReducedStep[R], deferred: List[(ReducedStep[R], Option[String])], path: List[PathValue]) extends ReducedStep[R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[R]
class Object
trait Matchable
class Any
Show all
case class ListStep[-R](steps: List[ReducedStep[R]], areItemsNullable: Boolean) extends ReducedStep[R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[R]
class Object
trait Matchable
class Any
Show all
case class ObjectStep[-R](fields: List[(String, ReducedStep[R], FieldInfo)], hasPureFields: Boolean) extends ReducedStep[R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[R]
class Object
trait Matchable
class Any
Show all
case class QueryStep[-R](query: ZQuery[R, ExecutionError, ReducedStep[R]]) extends ReducedStep[R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[R]
class Object
trait Matchable
class Any
Show all
case class StreamStep[-R](inner: ZStream[R, ExecutionError, ReducedStep[R]]) extends ReducedStep[R]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReducedStep[R]
class Object
trait Matchable
class Any
Show all

Types

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val PureStep: PureStep.type