ResponseValue

caliban.ResponseValue
See theResponseValue companion object
sealed trait ResponseValue

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ListValue
class ObjectValue
class StreamValue
trait Value
trait PathValue
class IntNumber
class StringValue
class BooleanValue
class EnumValue
trait FloatValue
class DoubleNumber
class FloatNumber
trait IntValue
class BigIntNumber
class LongNumber
object NullValue.type
Show all
Self type

Members list

Value members

Concrete methods

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Attributes