Skip to content

Latest commit

 

History

History

examples

Examples

Example apps that use graphql-kotlin libraries to test and demonstrate usages.

  • client - Example GraphQL Kotlin Client projects using Gradle and Maven together with a simple server to run against.
  • federation - Example Spring Boot apps generating federated GraphQL schemas and an Apollo Gateway in NodeJS that exposes the merged federated schema. Please refer to the README files for details on how to run each federated service.
  • server - Example GraphQL Kotlin integrations with number of different server implementations
    • ktor-server - Example GraphQL server using Ktor
    • spring-server - This is a sample Spring Boot app that uses graphql-kotlin-spring-server to create a reactive GraphQL web application. Please refer to the README file for details on how to run the application.