We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation https://graphqleditor.com/docs/tools/zeus/plugins/react-query/ says that when using useTypedQuery the response will be typed automatically but is not.
useTypedQuery
Only when I use the Chain client the response is typed, but I want to use useTypedQuery so I can take advantage of the useQuery from react.
Chain
I generated zeus files with npx zeus schema .\generatedFolder --reactQuery and I also tried npx zeus@latest schema .\generatedFolder --reactQuery
npx zeus schema .\generatedFolder --reactQuery
npx zeus@latest schema .\generatedFolder --reactQuery
The text was updated successfully, but these errors were encountered:
I have found this PR #371 solve this problem
Sorry, something went wrong.
No branches or pull requests
Documentation https://graphqleditor.com/docs/tools/zeus/plugins/react-query/ says that when using
useTypedQuery
the response will be typed automatically but is not.Only when I use the
Chain
client the response is typed, but I want to use useTypedQuery so I can take advantage of the useQuery from react.I generated zeus files with
npx zeus schema .\generatedFolder --reactQuery
and I also triednpx zeus@latest schema .\generatedFolder --reactQuery
The text was updated successfully, but these errors were encountered: