Bootiful GraphQL with Kotlin WebClient Example

Example app showcasing the usage of graphql-kotlin Spring WebClient library.

Building locally

This project uses Gradle and you can build it locally using

./gradlew clean build

Running locally

  • Run Application.kt directly from your IDE
  • Alternatively you can also use the Gradle application plugin by running ./gradlew run from the command line.

Once the app has started it will print out the results of the query to the console.