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 DirectiveDefinition(description: Option[String], name: String, argumentsDefinition: Option[NonEmptyList[InputValueDefinition]], repeatable: Boolean, locations: NonEmptyList[DirectiveLocation])

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 DirectiveLocation extends Product with Serializable

Attributes

Companion:
object
Source:
TypeSystemAst.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ENUM.type
object ENUM_VALUE.type
object FIELD.type
object FIELD_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
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

Attributes

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

Attributes

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