DiscoveryState

gql.SchemaShape$.DiscoveryState
final case class DiscoveryState[F[_]](toplevels: Map[String, Toplevel[F, _]], implementations: Implementations[F], positions: Map[String, List[Position[F, _]]])

Attributes

Source
SchemaShape.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
SchemaShape.scala
def addToplevel(name: String, tl: Toplevel[F, _]): DiscoveryState[F]

Attributes

Source
SchemaShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val inputs: Map[String, InToplevel[_]]

Attributes

Source
SchemaShape.scala
lazy val outputs: Map[String, OutToplevel[F, _]]

Attributes

Source
SchemaShape.scala