GraphQL Kotlin consists of number of libraries that aim to simplify GraphQL integration for Kotlin applications.
- graphql-kotlin-federation - Schema generator extension to build federated GraphQL schemas
- graphql-kotlin-schema-generator - Code only GraphQL schema generation for Kotlin
- examples/spring - Example SpringBoot app that uses GraphQL Kotlin schema generator
- examples/federation - Example Federation module with multiple SpringBoot apps that use GraphQL Kotlin federation generator
Examples and documentation are available on our Wiki or in each module.
If you have a question about something you can not find in our wiki, the indivdual modules, or javadocs, feel free to create an issue and tag it with the question label.