sangria.ast.InterfaceTypeExtensionDefinition
See theInterfaceTypeExtensionDefinition companion object
case class InterfaceTypeExtensionDefinition(name: String, interfaces: Vector[NamedType], fields: Vector[FieldDefinition], directives: Vector[Directive], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends ObjectLikeTypeExtensionDefinition, WithTrailingComments
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithTrailingCommentstrait TypeExtensionDefinitiontrait WithDirectivestrait Definitiontrait SchemaAstNodetrait WithCommentstrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article