GraphQL with .Net Core

Installation

Install-Package GraphQL.Server.Transports.AspNetCore.SystemTextJson
Install-Package graphiql
Install-Package Microsoft.EntityFrameworkCore
Install-Package Microsoft.EntityFrameworkCore.SqlServer

Graphiql => (GUI for editing and testing GraphQL queries and mutations)

Sample Queries Screenshot

Queries Screenshot
Get All Product https://prnt.sc/Vh-I0ZVa0iIK
Get By Id https://prnt.sc/gANq1wm0jpLF
Add Product https://prnt.sc/_Ojlj4cK2t99
Update Product https://prnt.sc/sGyR-crFMrFj
Delete Product https://prnt.sc/KscEiRJLxTlV

Coffee Shop Example

Coffee Shop Example Queries Screenshot

Queries Screenshot
Add Menu https://prnt.sc/1YlL8E_Qz_6j
Add SubMenu https://prnt.sc/T6E0L5hs4gGt
Add Reservation https://prnt.sc/5olTp-HGJFv5
Get Menu https://prnt.sc/I41jgSPBAt__
Get SubMenu https://prnt.sc/8p9kHpyiaYo1
Get Reservation https://prnt.sc/9snDXFzNokef
Nested Query https://prnt.sc/0d8KGJkmZTOZ