A query language for your API
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
GraphQL allows for front end developers and data scientists to provide their query to API's, this allows developers to work on data, structure and a fully scalable system while front end developers and business analysts can focus on the business logic.
read more
How to implement GraphQL in ASP.Net Core Web API (.NET 6) using HotChocolate