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 b8c177b commit 1fd1cacCopy full SHA for 1fd1cac
Writerside/topics/ktor.md
@@ -5,6 +5,8 @@
5
6
## Add apollo-execution-ktor to your project
7
8
+> Make sure to follow the steps in ["Getting started"](getting-started.md) first to generate your `ServiceExecutableSchemaBuilder`.
9
+
10
To use the Ktor integration, add `apollo-execution-ktor` to your dependencies and a Ktor engine:
11
12
```kotlin
@@ -34,6 +36,3 @@ embeddedServer(Netty, port = 8080) {
34
36
apolloSandboxModule()
35
37
}.start(wait = true)
38
```
-
-> `ServiceExecutableSchemaBuilder` is generated by the KSP processor. See ["Getting started"](getting-started.md) for more details.
39
0 commit comments