Skip to content

feat(openapi-react-query): Add query client to create client #2292

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

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

Conversation

arnaud9145
Copy link

Changes

This PR is similar to #1814, but instead of adding the query client each time we call useQuery/useMutation/useSuspenseQuery/useInfiniteQuery, we pass the queryClient to the createClient once and for all. It is still possible to pass an other queryClient to those methods to override the default one if needed.

How to Review

Create a client by passing a queryClient, check that it is this client that is used instead of the default one.

Checklist

  • Unit tests updated
  • docs/ updated (if necessary)
  • pnpm run update:examples run (only applicable for openapi-typescript)

@arnaud9145 arnaud9145 requested a review from a team as a code owner May 5, 2025 13:18
@arnaud9145 arnaud9145 requested a review from duncanbeevers May 5, 2025 13:18
Copy link

netlify bot commented May 5, 2025

👷 Deploy request for openapi-ts pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 23d593d

Copy link

changeset-bot bot commented May 5, 2025

🦋 Changeset detected

Latest commit: 23d593d

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

This PR includes changesets to release 1 package
Name Type
openapi-react-query 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

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.

1 participant