Skip to content

Commit 1fd1cac

Browse files
authored
Update ktor.md
1 parent b8c177b commit 1fd1cac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Writerside/topics/ktor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
66
## Add apollo-execution-ktor to your project
77

8+
> Make sure to follow the steps in ["Getting started"](getting-started.md) first to generate your `ServiceExecutableSchemaBuilder`.
9+
810
To use the Ktor integration, add `apollo-execution-ktor` to your dependencies and a Ktor engine:
911

1012
```kotlin
@@ -34,6 +36,3 @@ embeddedServer(Netty, port = 8080) {
3436
apolloSandboxModule()
3537
}.start(wait = true)
3638
```
37-
38-
> `ServiceExecutableSchemaBuilder` is generated by the KSP processor. See ["Getting started"](getting-started.md) for more details.
39-

0 commit comments

Comments
 (0)