Selectable

gql.ast$.Selectable
sealed trait Selectable[+F[_], A] extends OutToplevel[F, A]

Attributes

Source
ast.scala
Graph
Supertypes
trait OutToplevel[F, A]
trait Toplevel[F, A]
trait Out[F, A]
class Object
trait Matchable
class Any
Show all
Known subtypes
trait ObjectLike[F, A]
class Interface[F, A]
class Type[F, A]
class Union[F, A]

Members list

Value members

Abstract methods

def anyFields: List[(String, AnyField[F, _, _])]

Attributes

Source
ast.scala

Inherited methods

def description: Option[String]

Attributes

Inherited from:
Toplevel
Source
ast.scala
def name: String

Attributes

Inherited from:
Toplevel
Source
ast.scala

Concrete fields

lazy val abstractFieldMap: Map[String, AbstractField[F, _]]

Attributes

Source
ast.scala
lazy val abstractFields: List[(String, AbstractField[F, _])]

Attributes

Source
ast.scala