SubscriptionStreamLike

@implicitNotFound(msg = "Type `${S}` is invalid subscription type. Possible reasons:\n".+(" * You have not imported one of the available stream implementation with `sangria.streaming.someImpl._`\n").+(" * You have not imported or defined execution context/materializer required for a particular stream implementation \n").+(" * The elements inside of the stream are not of the type `${A}[${Ctx}, ${Res}]`. If it\'s the case, consider transforming values in `${A}`s with something like `stream.map(action(_))`\n").+(" * The action resulting type `${Res}` is not compatible with GraphQL type `${Out}`")) trait SubscriptionStreamLike[S, A[_, _], +Ctx, Res, Out]
Companion
object
class Object
trait Matchable
class Any

Type members

Types

type StreamSource[`_$3`]

Value members