object QueryAst
- Source
- QueryAst.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryAst
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Argument(name: String, value: Value[AnyValue]) extends Product with Serializable
- final case class Arguments(nel: NonEmptyList[Argument]) extends Product with Serializable
- sealed trait ExecutableDefinition[P[_]] extends AnyRef
- final case class Field[P[_]](alias: Option[String], name: String, arguments: Option[Arguments], selectionSet: P[Option[SelectionSet[P]]]) extends Product with Serializable
- final case class FragmentDefinition[P[_]](name: String, typeCnd: String, selectionSet: SelectionSet[P]) extends Product with Serializable
- final case class FragmentSpread(fragmentName: String) extends Product with Serializable
- final case class InlineFragment[P[_]](typeCondition: Option[String], selectionSet: SelectionSet[P]) extends Product with Serializable
- sealed trait OperationDefinition[P[_]] extends AnyRef
- sealed trait OperationType extends AnyRef
- sealed trait Selection[P[_]] extends AnyRef
- final case class SelectionSet[P[_]](selections: NonEmptyList[P[Selection[P]]]) extends Product with Serializable
- final case class VariableDefinition(name: String, tpe: Type, defaultValue: Option[Value[Const]]) extends Product with Serializable
- final case class VariableDefinitions[P[_]](nel: NonEmptyList[P[VariableDefinition]]) 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 ExecutableDefinition
- object OperationDefinition
- object OperationType
- object Selection