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
/
apolloModule
apollo
Module
fun
Application
.
apolloModule
(
executableSchema
:
ExecutableSchema
,
path
:
String
=
"/graphql"
,
executionContext
:
(
RoutingRequest
)
->
ExecutionContext
=
{ ExecutionContext.Empty }
)