How To: Create a Basic GraphQL API with dotnet in C#

from blog The Angry Dev, | ↗ original
GraphQL is better than OData, and REST… So this guide will show you how to create a GraphQL API allows you to offer a flexible data querying interface where clients can request exactly the data they need. Here, we’ll create a simple GraphQL API in C# that returns data about music artists and their albums. Prerequisites To follow along, you need...