Arun Kumar

Results 1 comments of Arun Kumar

`private class SpeakerResolvers { public async Task GetSessionAsync( [Parent]Speaker speaker, [ScopedService]ApplicationDbContext dbContext, SessionByIdDataLoader sessionByIdDataLoader, CancellationToken cancellationToken ) { int[] sessionIds = await dbContext.Speakers .Where(s => s.Id == speaker.Id) .Include(s =>...