Value

gql.parser.Value
See theValue companion object
sealed trait Value[+V <: AnyValue] extends Product with Serializable

Attributes

Companion:
object
Source:
Value.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
trait NonVar
class EnumValue
class IntValue
class NullValue
class ListValue[V]
class ObjectValue[V]

Members list

Concise view

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product