value

gql.dsl.InputDslFull.value$
object value extends ValueDsl

Attributes

Source
InputDsl.scala
Graph
Supertypes
trait ValueDsl
class Object
trait Matchable
class Any
Self type
value.type

Members list

Value members

Inherited methods

def arr(xs: Value[Const, Unit]*): ListValue[Const, Unit]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala
def enumValue(value: String): EnumValue[Unit]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala
def fromEnum[A](value: A)(implicit tpe: => Enum[A]): Option[EnumValue[Unit]]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala
def nullValue: NullValue[Unit]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala
def obj(xs: (String, Value[Const, Unit])*): ObjectValue[Const, Unit]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala
def scalar[A](value: A)(implicit tpe: => Scalar[A]): Value[Const, Unit]

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala