Interface
gql.ast$.Interface
final case class Interface[+F[_], A](name: String, fields: NonEmptyList[(String, AnyField[F, A, _])], implementations: List[Eval[Interface[F, _]]], description: Option[String]) extends ObjectLike[F, A]
Attributes
- Source
- ast.scala
- Graph
-
- Supertypes
Members list
In this article