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

Improve the results of synchronously executed Queries. #46

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

ogaclejapan
Copy link
Contributor

The prefetch internal processing can now be handled synchronously.

By using a callback, the execution results of the Mutation can be awaited on the calling side, ensuring that the results of the call are reliably referenced.

The prefetch internal processing can now be handled synchronously.

By using a callback, the execution results of the Mutation can be awaited on the calling side, ensuring that the results of the call are reliably referenced.
@ogaclejapan ogaclejapan added the enhancement New feature or request label Jul 28, 2024
@ogaclejapan ogaclejapan self-assigned this Jul 28, 2024
@ogaclejapan ogaclejapan merged commit a105983 into main Jul 28, 2024
1 check passed
@ogaclejapan ogaclejapan deleted the improve-prefetch-query branch July 28, 2024 09:06
@github-actions github-actions bot mentioned this pull request Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant