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

Expose internal methods used to create query options #343

Merged
merged 6 commits into from
Feb 27, 2024

Conversation

paul-sachs
Copy link
Collaborator

@paul-sachs paul-sachs commented Feb 23, 2024

Ideally we'd be able to create an opinionated version of useQueries but due to the complexity of those recursive types and there still being other queryClient methods that can benefit from these APIs, I propose we expose these internal APIs as helpers.

Fixes #333
Fixes #296

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@paul-sachs paul-sachs merged commit 948a498 into main Feb 27, 2024
5 checks passed
@paul-sachs paul-sachs deleted the psachs/create-use-options branch February 27, 2024 21:23
paul-sachs added a commit that referenced this pull request Feb 29, 2024
## What's Changed
* Prevent using extendible input type by @paul-sachs in
#345
* Expose internal methods used to create query options by @paul-sachs in
#343

**Full Changelog**:
v1.2.0...v1.3.0
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.

useQueries with current setup Availability of createUseQueryOptions and createUseInfiniteQueryOptions in v1
3 participants