SubgraphBatches

gql.server.interpreter.SubgraphBatches
See theSubgraphBatches companion object
trait SubgraphBatches[F[_]]

Attributes

Companion
object
Source
SubgraphBatches.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def batch[K, V](ubi: UniqueBatchInstance[K, V], keys: Set[K], cursor: Cursor): F[Option[Map[K, V]]]

Attributes

Source
SubgraphBatches.scala
def inlineBatch[K, V](ilb: InlineBatch[F, K, V], keys: Set[K], cursor: Cursor): F[Option[Map[K, V]]]

Attributes

Source
SubgraphBatches.scala
def multiplicityNode(id: NodeId, n: Int): F[Unit]

Attributes

Source
SubgraphBatches.scala