BatchingState

gql.server.interpreter.BatchAccumulator$.BatchingState
final case class BatchingState[F[_], K, V](complete: Option[Map[K, V]] => F[Unit], keys: Chain[(Cursor, Set[K])])

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product