InterfaceTypeDefinition

gql.parser.TypeSystemAst$.TypeDefinition$.InterfaceTypeDefinition
final case class InterfaceTypeDefinition(description: Option[String], name: String, interfaces: List[String], directives: Option[Directives[Caret, Const]], fieldDefinitions: NonEmptyList[FieldDefinition]) extends TypeDefinition

Attributes

Source:
TypeSystemAst.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product