ObjectLike

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

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
ast.scala

Attributes

Source
ast.scala

Inherited methods

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

Attributes

Inherited from:
Selectable
Source
ast.scala

Attributes

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

Attributes

Inherited from:
Toplevel
Source
ast.scala

Inherited fields

Attributes

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

Attributes

Inherited from:
Selectable
Source
ast.scala