gql.server.interpreter.SubgraphBatches$.InputSubmission
See theInputSubmission companion object
final case class InputSubmission[F[_], K, V](keys: Set[K], run: Set[K] => F[Map[K, V]], cursors: Type[Cursor], completes: Type[Deferred[F, Option[Map[K, V]]]], statId: String)
Attributes
- Companion
- object
- Source
- SubgraphBatches.scala
- Graph
-
- Supertypes
Members list
In this article