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

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

Attributes

Inherited from:
ValueDsl
Source
InputDsl.scala

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