EnumValueDefinition
grackle.EnumValueDefinition
case class EnumValueDefinition(name: String, description: Option[String], directives: List[Directive])
The EnumValue
type represents one of possible values of an enum.
Attributes
- See also
-
https://facebook.github.io/graphql/draft/#sec-The-EnumValue-Type
- Source
- schema.scala
- Graph
-
- Supertypes
Members list
In this article