SchemaState

final case class SchemaState[F[_]](nextId: Int, batchers: Map[ResolverKey, Set[Any] => F[Map[Any, Any]]])
Companion:
object
Source:
SchemaState.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): SchemaState[G]

Inherited methods

Inherited from:
Product