关于[Learning how to develop GraphQL solutions with .NET]的摘要:
If you are building a data-driven web or mobile application, then key concerns you need to address is how data will be surfaced to the client and how the client can update the state on the server. This is not a new problem, and one that we have been solving for decades. GraphQL provides one way to address this problem and uses an approach that provides significant benefits over previous RPC-based approaches.
原文地址: http://codebetter.com/glennblock/2019/08/27/learning-how-to-develop-graphql-solutions-with-dotnet/