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

def addImplementation(name: String, impl: Map[String, InterfaceImpl[F, _]]): DiscoveryState[F]

Attributes

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

Attributes

Source
SchemaShape.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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