This is a basic implementation project to understand. explore and learn the capabilities of GraphQL. This implementation also uses ASP.NET 5.0, Entity Framework and SQL Server.
Product Table and related code is just for basic implementation. The real project implementation would not involve this implementation and should be ignored. The real project have the real world scenario of Menu > Sub Menu and Reservation.
The project uses Graphiql for accessing GraphQL Endpoints. This repo is under work in progess as it does not have implementation for subscriptions.