UnionExtension

grackle.UnionExtension
case class UnionExtension(baseType: String, members: List[NamedType], directives: List[Directive]) extends TypeExtension

Union extensions allow additional members to be added to a pre-existing union type

Attributes

See also

https://spec.graphql.org/draft/#sec-Union-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