Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate HotChocolate.Data to new selections #5178

Merged
merged 13 commits into from
Jun 27, 2022
Prev Previous commit
Next Next commit
Fix format
  • Loading branch information
PascalSenn committed Jun 27, 2022
commit 946810ca8f60af59c145ff46a1722138c9b95293
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ namespace HotChocolate.Execution.Processing.Tasks;

internal sealed partial class ResolverTask
{
private readonly string s = Guid.NewGuid().ToString("N");

private async Task ExecuteAsync(CancellationToken cancellationToken)
{
try