Var

gql.client.Var$
See theVar companion class
object Var

Attributes

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

Members list

Concise view

Type members

Classlikes

object Impl

Attributes

Source:
Var.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Impl.type
final case class One[A](name: VariableName[A], tpe: String, default: Option[Value[AnyValue, Unit]])

Attributes

Source:
Var.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Types

type Impl[A] = Writer[Type[One[_]], AsObject[A]]

Attributes

Source:
Var.scala

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

Value members

Concrete methods

def apply[A](name: String, tpe: String)(implicit encoder: Encoder[A]): Var[A, VariableName[A]]

Attributes

Source:
Var.scala
def apply[A](name: String, tpe: String, default: Option[Value[AnyValue, Unit]])(implicit encoder: Encoder[A]): Var[Option[A], VariableName[A]]

Attributes

Source:
Var.scala