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

Fix QueryResult creation in QueryCacheMiddleware #7057

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tobias-tengler
Copy link
Collaborator

@tobias-tengler tobias-tengler commented Apr 13, 2024

#6844 broke the existing caching functionality by changing how a QueryResult is being constructed.
This aligns the construction to the new approach.

Fixes #7054

Copy link

github-actions bot commented Apr 13, 2024

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Comment on lines +61 to +62
// TODO: This is probably problematic
cleanupTasks: [],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still needs to be addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HotChocolate.Caching 13.9.0 returns empty response
1 participant