InputValueDefinition
sangria.ast.InputValueDefinition
case class InputValueDefinition(name: String, valueType: Type, defaultValue: Option[Value], directives: Vector[Directive], description: Option[StringValue], comments: Vector[Comment], location: Option[AstLocation]) extends SchemaAstNode, WithDirectives, WithDescription
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithDescriptiontrait WithDirectivestrait SchemaAstNodetrait WithCommentstrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article