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.

query {
  all {
    id
    name
    email
  }
}

When I invoke the query again, I receive the following error:

Cannot access a disposed context instance. A common cause of this error is disposing a context instance that was resolved from dependency injection and then later trying to use the same context instance elsewhere in your application. This may occur if you are calling ‘Dispose’ on the context instance, or wrapping it in a using statement. If you are using dependency injection, you should let the dependency injection container take care of disposing context instances

I have reviewed the following posts to resolve the issue:

  • Why is my context disposed before I can use it?

Libraries currently used

  • HotChocolate.AspNetCore – 13.9.6
  • HotChocolate.Data.EntityFramework – 13.9.6
  • Using DotNet Core 7.0

ContactsGQLRepository

public class ContactsGQLRepository : IContactGQLRepository
{
    private readonly ContactContext _context;

    public ContactsGQLRepository(ContactContext context)
    {
        _context = context;
    }

    public async Task<Contact?> GetAsync(Guid id, CancellationToken cancel)
    {
        return await _context.Contacts.SingleOrDefaultAsync(x => x.Id == id, cancel);
    }

    public IQueryable<Contact> GetAll()
    {        
        var response = _context.Contacts;
        return response;
    }

    public IQueryable<Contact> GetWithFilter(Expression<Func<Contact, bool>> filter)
    {
        return _context.Contacts.Where(filter);
    }

}

ContactsEndpoint

public static class ContactsEndpoint
{
    public static void AddEnpoints(this IEndpointRouteBuilder app)
    {
        app.MapGet("/Contacts", async ([Service(ServiceKind.Synchronized)] IContactGQLRepository contactGQLRepository) =>
        {
            return contactGQLRepository.GetAll();
        });
    }
}

ContactsQuery

public class ContactsQuery
{
    private readonly IContactGQLRepository repository;

    public ContactsQuery([Service(ServiceKind.Synchronized)] IContactGQLRepository repository)
    {
        this.repository = repository;
    }

    /// <summary>
    /// Plane Get with GraphQL without filtering
    /// </summary>
    /// <returns></returns>
    public async Task<IQueryable<Contact>> GetAll()
    {
        return repository.GetAll();
    }

    /// <summary>
    /// Get with filters and paging
    /// </summary>
    /// <returns></returns>
    [UsePaging(IncludeTotalCount = true, DefaultPageSize = 50)]
    [UseFiltering]
    public async Task<IQueryable<Contact>> GetContacts()
    {
        return repository.GetWithFilter(default);
    }
}

Setting up dependency injection in Program.cs

// add graphQL services
builder.Services
        .AddScoped(typeof(IContactsGQLRepository), typeof(ContactsGQLRepository))
        .AddGraphQLServer()
        .RegisterDbContext<ContactsContext>(DbContextKind.Synchronized)
        .AddQueryType<ContactsQuery>()
        .AddFiltering()
        .ModifyRequestOptions(opt => opt.IncludeExceptionDetails = builder.Environment.IsDevelopment());


builder.Services.AddEndpointsApiExplorer();

// other code 

app.UseRouting();
app.MapGraphQL();

var rider = app.MapGroup("/v1/contacts");
rider.AddEnpoints();

Build out a query

public class ContactsQuery
{
    private readonly IContactsGQLRepository repository;

    public ContactsQuery([Service(ServiceKind.Synchronized)] IContactsGQLRepository repository)
    {
        this.repository = repository;
    }

    /// <summary>
    /// Plane Get with GraphQL without filtering
    /// </summary>
    /// <returns></returns>
    public async Task<IQueryable<Contact>> GetAll()
    {
        return repository.GetAll();
    }

    /// <summary>
    /// Get with filters and paging
    /// </summary>
    /// <returns></returns>
    [UsePaging(IncludeTotalCount = true, DefaultPageSize = 50)]
    [UseFiltering]
    public async Task<IQueryable<Contact>> GetContacts()
    {
        return repository.GetWithFilter(default);
    }
}

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật