PreviousNext

GraphQL on Azure: Part 2 - dotnet and App Service

by bill-s, 2020-07-22T19:12:39.664Z

In my introductory post we saw that there are many different ways in which you can host a GraphQL service on Azure and today we’ll take a deeper look at one such option, Azure App Service, by building a GraphQL server using dotnet. If you’re only interested in the Azure deployment, you can jump forward to that section. Also, you’ll find the complete sample on my GitHub.

Read More