/hello-world-graphql

A simple Hello World build using Spring Boot and GraphQl

Primary LanguageJava

Objective

That project is a simple example builded to improve my Spring Boot and GraphQl skills.

Start

After you running your project access that link: http://localhost:8080/graphiql

query {
    helloWorld
}

Made with ❤️