EnumDsl

gql.dsl.EnumDsl$
object EnumDsl extends EnumDslFull

Attributes

Source
EnumDsl.scala
Graph
Supertypes
trait EnumDslFull
class Object
trait Matchable
class Any
Self type
EnumDsl.type

Members list

Value members

Inherited methods

def enumType[A](name: String, hd: (String, EnumValue[_ <: A]), tl: (String, EnumValue[_ <: A])*): Enum[A]

Attributes

Inherited from:
EnumDslFull
Source
EnumDsl.scala
def enumVal[A](value: A): EnumValue[A]

Attributes

Inherited from:
EnumDslFull
Source
EnumDsl.scala