TypeSystemAst

gql.parser.TypeSystemAst$

Attributes

Source:
TypeSystemAst.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class EnumValueDefinition(description: Option[String], name: String, directives: Option[Directives[Caret, Const]])

Attributes

Source:
TypeSystemAst.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class FieldDefinition(description: Option[String], name: String, argumentsDefinition: List[InputValueDefinition], tpe: Type, directives: Option[Directives[Caret, Const]])

Attributes

Source:
TypeSystemAst.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class InputValueDefinition(description: Option[String], name: String, tpe: Type, defaultValue: Option[Value[Const, Caret]], directives: Option[Directives[Caret, Const]])

Attributes

Source:
TypeSystemAst.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
TypeSystemAst.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TypeDefinition

Attributes

Companion:
object
Source:
TypeSystemAst.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes