A simple GraphQL server developed in Java with Spring Boot and the GraphQL Kickstart library.
This is a sample project for educational purposes only.
The server exposes some GraphQL APIs that let the user search for a restaurant, write a review or reply to an existing review.
It shows some GraphQL queries, some mutations and a subscription.
The full GraphQL schema can be found here.