Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 628 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 628 Bytes

Example GraphQL Service in Kotlin

This repository represents an example GraphQL Service, written in Kotlin using Spring Boot and GraphQL Java Tools.

This example is a trivial representation of a Family Tree service, using hard-coded data to represent a very small portion of the British Royal Family.

Building the application

This application builds as a standard Maven project, and can be built using the mvn install command.

Launching the application

This application can be launched by executing mvn spring-boot:run. Once done, you can access the GraphiQL user interface on http://localhost:8080/graphiql.