TypeDefinition

caliban.parsing.adt.Definition.TypeSystemDefinition.TypeDefinition
See theTypeDefinition companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class EnumTypeDefinition(description: Option[String], name: String, directives: List[Directive], enumValuesDefinition: List[EnumValueDefinition]) extends TypeDefinition

Attributes

Supertypes
trait Product
trait Equals
trait Definition
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class EnumValueDefinition(description: Option[String], enumValue: String, directives: List[Directive])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FieldDefinition(description: Option[String], name: String, args: List[InputValueDefinition], ofType: Type, directives: List[Directive])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class InputObjectTypeDefinition(description: Option[String], name: String, directives: List[Directive], fields: List[InputValueDefinition]) extends TypeDefinition

Attributes

Supertypes
trait Product
trait Equals
trait Definition
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InputValueDefinition(description: Option[String], name: String, ofType: Type, defaultValue: Option[InputValue], directives: List[Directive])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class InterfaceTypeDefinition(description: Option[String], name: String, implements: List[NamedType], directives: List[Directive], fields: List[FieldDefinition]) extends TypeDefinition

Attributes

Supertypes
trait Product
trait Equals
trait Definition
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ObjectTypeDefinition(description: Option[String], name: String, implements: List[NamedType], directives: List[Directive], fields: List[FieldDefinition]) extends TypeDefinition

Attributes

Supertypes
trait Product
trait Equals
trait Definition
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ScalarTypeDefinition(description: Option[String], name: String, directives: List[Directive]) extends TypeDefinition

Attributes

Supertypes
trait Product
trait Equals
trait Definition
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnionTypeDefinition(description: Option[String], name: String, directives: List[Directive], memberTypes: List[String]) extends TypeDefinition

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror