File tree Expand file tree Collapse file tree 4 files changed +16
-82
lines changed
Sources/GraphQL/Subscription Expand file tree Collapse file tree 4 files changed +16
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : test
2+ on :
3+ push :
4+ branches : [ main ]
5+ pull_request :
6+ branches : [ main ]
7+ workflow_dispatch :
8+ jobs :
9+ lint :
10+ uses : graphqlswift/ci/.github/workflows/lint.yaml@main
11+ test :
12+ uses : graphqlswift/ci/.github/workflows/test.yaml@main
Original file line number Diff line number Diff line change 55.swiftpm /
66
77# ## CI Artifacts ###
8- /.test-coverage
8+ /.test-coverage
9+
10+ # ## VS Code ###
11+ .vscode /
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ func subscribe(
5151 return sourceFuture. map { sourceResult -> SubscriptionResult in
5252 if let sourceStream = sourceResult. stream {
5353 let subscriptionStream = sourceStream. map { eventPayload -> Future < GraphQLResult > in
54-
5554 // For each payload yielded from a subscription, map it over the normal
5655 // GraphQL `execute` function, with `payload` as the rootValue.
5756 // This implements the "MapSourceToResponseEvent" algorithm described in
You can’t perform that action at this time.
0 commit comments