caliban.parsing.adt

Members list

Type members

Classlikes

object Definition

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Definition.type
case class Directive(name: String, arguments: Map[String, InputValue], index: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Directives

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Directives.type
case class Document(definitions: List[Definition], sourceMapper: SourceMapper)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LocationInfo(column: Int, line: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LocationInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait OperationType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Mutation.type
object Query.type
object Subscription.type
object OperationType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Selection

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Field
object Selection

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Selection.type
sealed trait Type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ListType
class NamedType
Self type
object Type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Type.type
case class VariableDefinition(name: String, variableType: Type, defaultValue: Option[InputValue], directives: List[Directive])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all