EnumExtension

grackle.EnumExtension
case class EnumExtension(baseType: String, enumValues: List[EnumValueDefinition], directives: List[Directive]) extends TypeExtension

Enum extensions allow additional values to be added to a pre-existing enum type

Attributes

See also

https://spec.graphql.org/draft/#sec-Enum-Extensions

Source
schema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product