Skip to content

Files

Latest commit

835d680 · Jan 9, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 27, 2024
Jun 27, 2024
Feb 22, 2024
Mar 16, 2023
Jan 9, 2025
Jan 8, 2021
Jan 13, 2023
Apr 15, 2024
Mar 16, 2023
Jan 23, 2023

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.