ChilliCream / graphql-workshop

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
465 stars 199 forks source link

Change all type-classes to use the UseDbContext middleware for access… #43

Closed macke800 closed 3 years ago

macke800 commented 3 years ago

Requested to create PR in https://github.com/ChilliCream/graphql-workshop/issues/23.

The change makes all the type-classes use the UseDbContext middleware to access the database. This is how the code looks like in the complete source tree.