apollo-kotlin-execution
Toggle table of contents
0.1.3-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-execution
apollo-execution-ktor
/
com.apollographql.execution.ktor
/
respondGraphQL
respond
Graph
QL
suspend
fun
ApplicationCall
.
respondGraphQL
(
executableSchema
:
ExecutableSchema
,
executionContext
:
ExecutionContext
=
ExecutionContext.Empty
,
configure
:
OutgoingContent
.
(
GraphQLResponse
?
)
->
Unit
=
{}
)