关于[Letting the Client Control Data Retrieval with GraphQL in .ASP.NET Core]的摘要:
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.
原文地址: https://visualstudiomagazine.com/articles/2020/01/28/graphql-data-retrieval.aspx