Community

Letting the Client Control Data Retrieval with GraphQL in .ASP.NET Core

(Peter Vogel) GraphQL lets you create data access services without writing controllers. Instead of writing procedural code, you declare schemas describing what queries you’ll accept and what you’re willing to return. Here’s how to get started in ASP.NET Core.