FieldBuilder

gql.dsl.FieldBuilder
trait FieldBuilder[F[_], I]

Attributes

Source
FieldDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[T](f: Resolver[F, I, I] => Resolver[F, I, T])(implicit tpe: => Out[F, T]): Field[F, I, T]

Attributes

Source
FieldDsl.scala
def eff[T](resolver: I => F[T])(implicit tpe: => Out[F, T]): Field[F, I, T]

Attributes

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

Attributes

Source
FieldDsl.scala
def from[T](resolver: Resolver[F, I, T])(implicit tpe: => Out[F, T]): Field[F, I, T]

Attributes

Source
FieldDsl.scala

Attributes

Source
FieldDsl.scala
def tpe(name: String, hd: (String, Field[F, I, _]), tl: (String, Field[F, I, _])*): Type[F, I]

Attributes

Source
FieldDsl.scala