InterfaceTypeDefinition
gql.parser.TypeSystemAst$.TypeDefinition$.InterfaceTypeDefinition
final case class InterfaceTypeDefinition(description: Option[String], name: String, interfaces: List[String], fieldDefinitions: NonEmptyList[FieldDefinition]) extends TypeDefinition
Attributes
- Source:
- TypeSystemAst.scala
- Graph
- Supertypes