Creating a GraphQL Server using .Net Core, CQRS, and HotChocolate — Part 2 – Medium

Creating a GraphQL Server using .Net Core, CQRS, and HotChocolate — Part 2 – Medium

In part 1, I added GraphQL Server support to a .Net Core API and implemented a Query class to get blog posts and get a single blog post by its Id.

 

Read More