InputSubmission

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def merge(that: InputSubmission[F, K, V]): InputSubmission[F, K, V]

Attributes

Source
SubgraphBatches.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product