FieldDsl

gql.dsl.FieldDsl$
See theFieldDsl companion trait
object FieldDsl extends FieldDslFull

Attributes

Companion
trait
Source
FieldDsl.scala
Graph
Supertypes
trait FieldDslFull
class Object
trait Matchable
class Any
Self type
FieldDsl.type

Members list

Type members

Classlikes

final class FieldsOps[F[_], A](fields: Fields[F, A]) extends AnyVal

Attributes

Source
FieldDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedEff[I](dummy: Boolean) extends AnyVal

Attributes

Source
FieldDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedFieldBuilder[F[_], I](dummy: Boolean) extends AnyVal

Attributes

Source
FieldDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedLift[I](dummy: Boolean) extends AnyVal

Attributes

Source
FieldDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]]: FieldDsl[F]

Attributes

Source
FieldDsl.scala

Inherited methods

def abst[F[_], T](implicit tpe: => Out[F, T]): AbstractField[F, T]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def abstGroup[F[_]](hd: (String, AbstractField[F, _]), tl: (String, AbstractField[F, _])*): AbstractFields[F]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def abstWith[F[_], T, A](arg: Arg[A])(implicit tpe: => Out[F, T]): AbstractField[F, T]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def arrType[F[_], A, G <: (Seq), B](resolver: Resolver[F, A, B])(implicit tpe: => Out[F, B]): OutArr[F, A, G[A], B]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def arrType[F[_], A, C, B](toSeq: C => Seq[A])(resolver: Resolver[F, A, B])(implicit tpe: => Out[F, B]): OutArr[F, A, C, B]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def build[F[_], I]: FieldBuilder[F, I]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def fields[F[_], A](hd: (String, Field[F, A, _]), tl: (String, Field[F, A, _])*): Fields[F, A]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def optType[A](implicit tpe: => In[A]): In[Option[A]]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala
def optType[F[_], A, B](resolver: Resolver[F, A, B])(implicit tpe: => Out[F, B]): Out[F, Option[A]]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala

Implicits

Inherited implicits

implicit def fieldDslFullFieldsOps[F[_], A](fields: Fields[F, A]): FieldsOps[F, A]

Attributes

Inherited from:
FieldDslFull
Source
FieldDsl.scala