StreamScopes

gql.interpreter.StreamScopes
See theStreamScopes companion object
trait StreamScopes[F[_], A]

Attributes

Companion:
object
Source:
StreamScopes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def acquireAwait(stream: Stream[F, A], scope: Scope[F], cursor: Cursor): F[(Scope[F], A)]

Attributes

Source:
StreamScopes.scala
def changes: Stream[F, Chunk[(Scope[F], A, Cursor)]]

Attributes

Source:
StreamScopes.scala

Attributes

Source:
StreamScopes.scala