StarWars icon indicating copy to clipboard operation
StarWars copied to clipboard

Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql)

StarWars

Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql). Makes use of Apollo library and in particular it's Kotlin Multiplatform support.

Other Kotlin Multiplatform/Jetpack Compose/SwiftUI samples

Screenshots

StarWars Screenshot

Test GraphQL backend

The repo includes a small test GraphQL backend implemented using GraphQL Kotlin. Run locally using ./gradlew bootRun