Skip to content

Commit

Permalink
Update ktor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Dec 16, 2024
1 parent b8c177b commit 1fd1cac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Writerside/topics/ktor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## Add apollo-execution-ktor to your project

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

```kotlin
Expand Down Expand Up @@ -34,6 +36,3 @@ embeddedServer(Netty, port = 8080) {
apolloSandboxModule()
}.start(wait = true)
```

> `ServiceExecutableSchemaBuilder` is generated by the KSP processor. See ["Getting started"](getting-started.md) for more details.

0 comments on commit 1fd1cac

Please sign in to comment.