ReducedStep

caliban.schema.ReducedStep$
See theReducedStep companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class ListStep[-R](steps: List[ReducedStep[R]], areItemsNullable: Boolean) extends ReducedStep[R]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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