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
useQuery
For users to get benefits of type auto-complete in their IDE, we should properly type the options param of our useQuery helper:
options
wasp/waspc/data/Generator/templates/sdk/wasp/client/operations/hooks.ts
Line 18 in 73e5532
Also, useQuery's type says that the payload is always optional (but this actually depends on the operation). We should fix that too
The text was updated successfully, but these errors were encountered:
any
No branches or pull requests
For users to get benefits of type auto-complete in their IDE, we should properly type the
options
param of ouruseQuery
helper:wasp/waspc/data/Generator/templates/sdk/wasp/client/operations/hooks.ts
Line 18 in 73e5532
Also,
useQuery
's type says that the payload is always optional (but this actually depends on the operation). We should fix that tooThe text was updated successfully, but these errors were encountered: