object dsl
- Source
- dsl.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- dsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class SyntaxForOptionalSelectionSet[A] extends AnyRef
- final case class Typename[A](stack: InverseModifierStack[String]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arg[A](name: String, a: A)(implicit enc: Encoder[A]): Argument[Unit, AnyValue]
- def arg(name: String, vn: VariableName[_]): Argument[Unit, AnyValue]
- def arg(name: String, value: Value[AnyValue, Unit]): Argument[Unit, AnyValue]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def directive(name: String, args: Argument[Unit, AnyValue]*): parser.QueryAst.Directive[Unit, AnyValue]
- def embed[A](implicit ss: SelectionSet[A]): SelectionSet[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list[A](implicit sq: SubQuery[A]): SubQuery[List[A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def omittableVariable[A](name: String)(implicit tn: Typename[A], encoder: Encoder[A]): Var[Option[A], VariableName[A]]
- def omittableVariable[A](name: String, default: Value[Const, Unit])(implicit tn: Typename[A], encoder: Encoder[A]): Var[Option[A], VariableName[A]]
- def oneOf[A](hd: SelectionSet[Option[A]], tl: SelectionSet[Option[A]]*): SelectionSet[Option[A]]
- def opt[A](implicit sq: SubQuery[A]): SubQuery[Option[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typename[A](name: String): Typename[A]
- def value[A](a: A)(implicit enc: Encoder[A]): Value[Const, Unit]
- def variable[A](name: String)(implicit tn: Typename[A], encoder: Encoder[A]): Var[A, VariableName[A]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Typename extends Serializable
- object fragment
- object inlineFrag
- object sel