StringValue

caliban.Value.StringValue
case class StringValue(value: String) extends Value, PathValue

Attributes

Graph
Supertypes
trait Product
trait Equals
trait PathValue
trait Value
trait InputValue
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited 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

Inherited from:
ResponseValue
def isKey: Boolean

Attributes

Inherited from:
PathValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toInputString: String

Attributes

Inherited from:
InputValue