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