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

Add support for subscribeToMore and client from useSuspenseQuery #10450

Merged
merged 6 commits into from
Jan 19, 2023

Conversation

jerelmiller
Copy link
Member

Closes #10429

Return the subscribeToMore and client fields in the useSuspenseQuery result.

Checklist:

  • If this PR contains changes to the library itself (not necessary for e.g. docs updates), please include a changeset (see CONTRIBUTING.md)
  • If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
  • Make sure all of the significant new logic is covered by tests

@changeset-bot
Copy link

changeset-bot bot commented Jan 18, 2023

🦋 Changeset detected

Latest commit: 9c7317a

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

This PR includes changesets to release 1 package
Name Type
@apollo/client Patch

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

@jerelmiller jerelmiller requested a review from alessbell January 18, 2023 18:28
Copy link
Contributor

@alessbell alessbell left a comment

Choose a reason for hiding this comment

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

🚢

@jerelmiller jerelmiller merged commit f8bc333 into release-3.8 Jan 19, 2023
@jerelmiller jerelmiller deleted the add-subscribeToMore-to-useSuspenseQuery branch January 19, 2023 18:51
@jerelmiller jerelmiller linked an issue Jan 20, 2023 that may be closed by this pull request
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export client and subscribeToMore from useSuspenseQuery
2 participants