TypeSystemAst

gql.parser.TypeSystemAst$
object TypeSystemAst

Attributes

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

Members list

Type members

Classlikes

final case class DirectiveDefinition(description: Option[String], name: String, argumentsDefinition: Option[NonEmptyList[InputValueDefinition]], repeatable: Boolean, locations: NonEmptyList[DirectiveLocation])

Attributes

Source
TypeSystemAst.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Source
TypeSystemAst.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DirectiveLocation extends Product, Serializable

Attributes

Companion
object
Source
TypeSystemAst.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ARGUMENT_DEFINITION.type
object ENUM.type
object ENUM_VALUE.type
object FIELD.type
object FIELD_DEFINITION.type
object FRAGMENT_DEFINITION.type
object FRAGMENT_SPREAD.type
object INLINE_FRAGMENT.type
object INPUT_OBJECT.type
object INTERFACE.type
object MUTATION.type
object OBJECT.type
object QUERY.type
object SCALAR.type
object SCHEMA.type
object SUBSCRIPTION.type
object UNION.type
object VARIABLE_DEFINITION.type
Show all
final case class EnumValueDefinition(description: Option[String], name: String, directives: Option[Directives[Caret, Const]])

Attributes

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

Attributes

Source
TypeSystemAst.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

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

Attributes

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