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

Inherited from AnyRef

Inherited from Any

Ungrouped