Avoid disposed dbContext with HotChocolate.AspNetCore and GraphQL
I am currently working a bug related to implementing GraphQL in a .NET Core application. I am using HotChocolate.AspNetCore as the GraphQL server library. I am trying to implement a simple query that returns a list of contacts. When I’ve tested the query to return a contact list the first time, I get a proper response.