charlbrink / graphql-kotlin-webclient-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Kotlin 100.0%