Packages

o

gql

dsl

object dsl

Source
dsl.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class BatchResolverSyntax[F[_], K, V] extends AnyVal
  2. implicit final class FieldSyntax[F[_], I, T, A] extends AnyVal
  3. implicit final class InterfaceSyntax[F[_], A] extends AnyVal
  4. final class PartiallyAppliedEff[I] extends AnyVal
  5. final class PartiallyAppliedFallible[I] extends AnyVal
  6. final class PartiallyAppliedField[I] extends AnyVal
  7. final class PartiallyAppliedPure[F[_], I] extends AnyVal
  8. final class PartiallyAppliedStream[I] extends AnyVal
  9. final class PartiallyAppliedStreamFallible[I] extends AnyVal
  10. final case class PartiallyAppliedUnion0[F[_], A](name: String) extends AnyVal with Product with Serializable
  11. final case class PartiallyAppliedUnion1[F[_], A](name: String, hd: Variant[F, A, _]) extends Product with Serializable
  12. implicit final class ResolverSyntax[F[_], I, O] extends AnyVal
  13. implicit final class TypeSyntax[F[_], A] extends AnyVal
  14. implicit final class UnionSyntax[F[_], A] extends AnyVal

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arg[A](name: String, default: Value, description: String)(implicit tpe: => In[A]): NonEmptyArg[A]
  5. def arg[A](name: String, default: Value)(implicit tpe: => In[A]): NonEmptyArg[A]
  6. def arg[A](name: String, description: String)(implicit tpe: => In[A]): NonEmptyArg[A]
  7. def arg[A](name: String)(implicit tpe: => In[A]): NonEmptyArg[A]
  8. def arrType[A](implicit tpe: => In[A]): In[Seq[A]]
  9. def arrType[F[_], A, G[x] <: Seq[x], B](resolver: Resolver[F, A, B])(implicit tpe: => Out[F, B]): OutArr[F, A, G[A], B]
  10. 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]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def cache[F[_], I, O](resolver: Resolver[F, I, O])(get: (I) => F[Option[O]])(implicit arg0: Functor[F]): CacheResolver[F, I, I, O]
  13. def cacheFull[F[_], I, I2, O](resolver: Resolver[F, I2, O])(get: (I) => F[Either[I2, O]]): CacheResolver[F, I, I2, O]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def eff[I]: PartiallyAppliedEff[I]
  16. def enumType[F[_], A](name: String, hd: (String, EnumValue[_ <: A]), tl: (String, EnumValue[_ <: A])*): Enum[F, A]
  17. def enumVal[A](value: A): EnumValue[A]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def fallible[I]: PartiallyAppliedFallible[I]
  21. def field[I]: PartiallyAppliedField[I]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def input[A](name: String, fields: NonEmptyArg[A]): Input[A]
  26. def interface[F[_], A](name: String, hd: (String, Field[F, A, _, _]), tl: (String, Field[F, A, _, _])*): Interface[F, A]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def optType[A](implicit tpe: => In[A]): In[Option[A]]
  32. def optType[F[_], A, B](resolver: Resolver[F, A, B])(implicit tpe: => Out[F, B]): Out[F, Option[A]]
  33. def pure[F[_], I]: PartiallyAppliedPure[F, I]
  34. def stream[I]: PartiallyAppliedStream[I]
  35. def streamFallible[I]: PartiallyAppliedStreamFallible[I]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def tpe[F[_], A](name: String, hd: (String, Field[F, A, _, _]), tl: (String, Field[F, A, _, _])*): Type[F, A]
  39. def union[F[_], A](name: String): PartiallyAppliedUnion0[F, A]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. object full
  44. object value

Inherited from AnyRef

Inherited from Any

Ungrouped