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

Allow @defer to work in queries with suspense enabled #3687

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

AndrewIngram
Copy link
Contributor

Fixes an issue where suspending a query with hasNext: true - primarily from use of the defer directive - would cause an early teardown and trigger an AbortError

At first glance, not sure how to test this, as I couldn't find an appropriate starting point.

Copy link

changeset-bot bot commented Oct 6, 2024

🦋 Changeset detected

Latest commit: f0cea9c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
urql Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JoviDeCroock JoviDeCroock merged commit a5bc925 into urql-graphql:main Oct 7, 2024
8 checks passed
@github-actions github-actions bot mentioned this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants