Defer

caliban.Incremental$.Defer
case class Defer[+E](data: ResponseValue, path: ListValue, errors: List[E], label: Option[String], extensions: Option[ObjectValue]) extends Incremental[E]

Attributes

Graph
Supertypes
trait Incremental[E]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product