PartiallyAppliedEff

gql.dsl.FieldDsl$.PartiallyAppliedEff
final class PartiallyAppliedEff[I](dummy: Boolean) extends AnyVal

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_], T, A](arg: Arg[A])(resolver: (A, I) => F[T])(implicit tpe: => Out[F, T]): Field[F, I, T]

Attributes

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

Attributes

Source
FieldDsl.scala