SchemaState

gql.SchemaState
See theSchemaState companion object
final case class SchemaState[F[_]](nextId: Int, batchFunctions: Map[BatchKey[_, _], BatchFunction[F, _, _]])

Attributes

Companion:
object
Source:
SchemaState.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
SchemaState.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product