EnumValue

case class EnumValue[+T](name: String, description: Option[String], value: T, deprecationReason: Option[String], astDirectives: Vector[Directive], astNodes: Vector[AstNode]) extends Named with HasDeprecation with HasAstInfo
Value parameters:
description

A description of this schema element that can be presented to clients of the GraphQL service.

trait Serializable
trait Product
trait Equals
trait Named
class Object
trait Matchable
class Any

Value members

Concrete methods

def rename(newName: String): EnumValue.this.type
def withDirective(directive: Directive): EnumValue[T]
def withDirectives(directives: Directive*): EnumValue[T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product