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 1f7435b commit 43a0722Copy full SHA for 43a0722
graphql-kotlin-boot-server/src/main/kotlin/com/expediagroup/graphql/boot/server/QueryHandler.kt
@@ -36,6 +36,7 @@ interface QueryHandler {
36
37
open class SimpleQueryHandler(private val graphql: GraphQL) : QueryHandler {
38
39
+ @Suppress("TooGenericExceptionCaught")
40
@ExperimentalCoroutinesApi
41
override suspend fun executeQuery(request: GraphQLRequest): GraphQLResponse {
42
val reactorContext = coroutineContext[ReactorContext]
0 commit comments