GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data (that's how academics declare it). We will translate the definition in developer perspective instead of declaring multiple endpoints for accessing the data like in Restfull API, GraphQL technology central all http requests on the same endpoint to do multiple operations on accessed data by a post/get functions.
Middleware is supstitute of the controller to recive the request and pass it to schema to access the function of CRUD operations on the data.
- Entity Framework Core
- GraphQL
- LINQ
- DotNet Core
- MSSQL Server
- Add Data
- Update Data
- Delete Data
- Read Data
- Sorting the Data