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 56f548f commit 4a1d1e5Copy full SHA for 4a1d1e5
packages/graphql-yoga/src/plugins/useResultProcessor.ts
@@ -69,7 +69,7 @@ export function useResultProcessors(opts: { graphqlSse: boolean }): Plugin {
69
opts.graphqlSse &&
70
resultProcessorConfig.processResult === processPushResult
71
? processGraphQLSSEResult
72
- : processPushResult,
+ : resultProcessorConfig.processResult,
73
processorMediaType,
74
)
75
}
0 commit comments