EnumTypeDefinition
sangria.ast.EnumTypeDefinition
case class EnumTypeDefinition(name: String, values: Vector[EnumValueDefinition], directives: Vector[Directive], description: Option[StringValue], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends TypeDefinition, WithTrailingComments, WithDescription
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithTrailingCommentstrait TypeDefinitiontrait WithDescriptiontrait WithDirectivestrait TypeSystemDefinitiontrait Definitiontrait SchemaAstNodetrait WithCommentstrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article