InterfaceExtension
grackle.InterfaceExtension
case class InterfaceExtension(baseType: String, fields: List[Field], interfaces: List[NamedType], directives: List[Directive]) extends TypeExtension
Interface extensions allow additional fields to be added to a pre-existing interface type
Attributes
- See also
-
https://spec.graphql.org/draft/#sec-Interface-Extensions
- Source
- schema.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeExtensionclass Objecttrait Matchableclass Any
Members list
In this article