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