ScalarTypeDefinition

sangria.ast.ScalarTypeDefinition
case class ScalarTypeDefinition(name: String, directives: Vector[Directive], description: Option[StringValue], comments: Vector[Comment], location: Option[AstLocation]) extends TypeDefinition with WithDescription

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AstNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product