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

Attributes

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

Attributes

Inherited from:
Toplevel
Source
ast.scala

Concrete fields

Attributes

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

Attributes

Source
ast.scala