Skip to content

Commit

Permalink
fix refactoring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Oct 16, 2020
1 parent 0bd2c53 commit b44f999
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ private async ValueTask ExecuteResolverPipelineAsync()
switch (_context.Result)
{
case HotChocolate.IQuery query:
_context.Result = await query.ExecuteAsync(_context);
_context.Result = await query.ExecuteAsync(_context.RequestAborted);
break;

case IQueryable queryable:
Expand Down

0 comments on commit b44f999

Please sign in to comment.