Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 521 Bytes

Restaurant server

A simple GraphQL server developed in Java with Spring Boot and the GraphQL Kickstart library.

This is a sample project for educational purposes only.

Description

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.