ReducedStep

caliban.schema.ReducedStep
See theReducedStep companion class
object ReducedStep

Attributes

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

Members list

Type members

Classlikes

final 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
class ReducedStep[R]
class Object
trait Matchable
class Any
Show all
final case class DeferStreamStep[-R](initial: ReducedStep[R], remaining: StreamStep[R], label: Option[String], path: List[PathValue], startFrom: Int) extends ReducedStep[R]

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ListStep[-R](steps: List[ReducedStep[R]], areItemsNullable: Boolean, isPure: Boolean) extends ReducedStep[R]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Types

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val PureStep: PureStep.type