Typename

gql.client.dsl$.Typename$
See theTypename companion class
object Typename

Attributes

Companion:
class
Source:
dsl.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit lazy val typenameForBoolean: Typename[Boolean]

Attributes

Source:
dsl.scala
implicit lazy val typenameForFloat: Typename[Float]

Attributes

Source:
dsl.scala
implicit lazy val typenameForInt: Typename[Int]

Attributes

Source:
dsl.scala

Attributes

Source:
dsl.scala
implicit lazy val typenameForString: Typename[String]

Attributes

Source:
dsl.scala
implicit lazy val typenameForUUID: Typename[UUID]

Attributes

Source:
dsl.scala
implicit def typenameStackForList[A](implicit ta: Typename[A]): Typename[List[A]]

Attributes

Source:
dsl.scala
implicit def typenameStackForOption[A](implicit ta: Typename[A]): Typename[Option[A]]

Attributes

Source:
dsl.scala