caliban.schema.ReducedStep
See theReducedStep companion class
object ReducedStep
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ReducedStep.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 Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow all
object FailureStep
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FailureStep.type
final case class ListStep[-R](steps: List[ReducedStep[R]], areItemsNullable: Boolean, isPure: Boolean) extends ReducedStep[R]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow all
final case class ObjectStep[-R](fields: List[(String, ReducedStep[R], FieldInfo)], hasPureFields: Boolean, isPure: Boolean) extends ReducedStep[R]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow all
final case class QueryStep[-R](query: ZQuery[R, ExecutionError, ReducedStep[R]]) extends ReducedStep[R]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow all
final case class StreamStep[-R](inner: ZStream[R, ExecutionError, ReducedStep[R]]) extends ReducedStep[R]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ReducedStep[R]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
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
In this article