Packages

package adt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Definition extends AnyRef
  2. case class Directive(name: String, arguments: Map[String, InputValue] = Map.empty, index: Int = 0) extends Product with Serializable
  3. case class Document(definitions: List[Definition], sourceMapper: SourceMapper) extends Product with Serializable
  4. case class LocationInfo(column: Int, line: Int) extends Product with Serializable
  5. sealed trait OperationType extends AnyRef
  6. sealed trait Selection extends AnyRef
  7. sealed trait Type extends AnyRef
  8. case class VariableDefinition(name: String, variableType: Type, defaultValue: Option[InputValue], directives: List[Directive]) extends Product with Serializable

Value Members

  1. object Definition
  2. object LocationInfo extends Serializable
  3. object OperationType
  4. object Selection
  5. object Type

Ungrouped