We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bdb42 commit 81dd5e2Copy full SHA for 81dd5e2
Sources/GraphQL/Subscription/Subscribe.swift
@@ -51,7 +51,6 @@ func subscribe(
51
return sourceFuture.map { sourceResult -> SubscriptionResult in
52
if let sourceStream = sourceResult.stream {
53
let subscriptionStream = sourceStream.map { eventPayload -> Future<GraphQLResult> in
54
-
55
// For each payload yielded from a subscription, map it over the normal
56
// GraphQL `execute` function, with `payload` as the rootValue.
57
// This implements the "MapSourceToResponseEvent" algorithm described in
0 commit comments