apolloHandler
fun apolloHandler( executableSchema: ExecutableSchema, coroutineContext: (Request) -> CoroutineContext = { EmptyCoroutineContext }, executionContext: (Request) -> ExecutionContext = { ExecutionContext.Empty }): HttpHandler