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.
This application builds as a standard Maven project, and can be built using the mvn install
command.
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.