connectrpc / connect-query-es

TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.
https://connectrpc.com/docs/web/query/getting-started
Apache License 2.0
218 stars 14 forks source link

Expose internal methods used to create query options #343

Closed paul-sachs closed 6 months ago

paul-sachs commented 6 months ago

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