Skip to content

Commit

Permalink
Mention the samples repo (#6155)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Sep 23, 2024
1 parent fddfd7e commit 5f5bb4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ If you'd like to contribute, please see [CONTRIBUTING.md](https://github.com/apo

## Additional resources

- [apollo-kotlin-samples](https://github.com/apollographql/apollo-kotlin-samples) Samples and recipes for advanced features.
- [Confetti](https://github.com/joreilly/Confetti): A Kotlin Multiplatform conference app using Apollo Kotlin, SwiftUI and Jetpack Compose.
- [MortyComposeKMM](https://github.com/joreilly/MortyComposeKMM): A Kotlin Multiplatform GitHub template using Apollo Kotlin, SwiftUI and Jetpack Compose.
- [A journey to Kotlin multiplatform](https://www.youtube.com/watch?v=GN6LHrqyimI): how the project was moved to Kotlin multiplatform, talk given at Kotliners in June 2020.
Expand Down
4 changes: 3 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
If you're looking for a specific feature (APQs, Codegen options, `@catch`, ...) the [integration-tests](../tests) have a lot of very focused examples of how to use Apollo Kotlin.
If you're looking for a specific feature (APQs, Codegen options, `@catch`, ...):
- check out the [apollo-kotlin-samples](https://github.com/apollographql/apollo-kotlin-samples) repository for samples and recipes for advanced features
- the [integration-tests](../tests) have a lot of very focused examples of how to use Apollo Kotlin.

For more general examples demonstrating how to build an App end to end, check:

Expand Down

0 comments on commit 5f5bb4f

Please sign in to comment.