InToplevel

gql.ast$.InToplevel
sealed trait InToplevel[A] extends In[A], Toplevel[Pure, A]

Attributes

Source
ast.scala
Graph
Supertypes
trait Toplevel[Pure, A]
trait In[A]
class Object
trait Matchable
class Any
Known subtypes
class Enum[A]
class Input[A]
class Scalar[A]

Members list

Value members

Inherited methods

Attributes

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

Attributes

Inherited from:
Toplevel
Source
ast.scala