InterfaceTypeExtensionDefinition

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 with WithTrailingComments

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AstNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product