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
@graphql-codegen/typescript-react-query
While using the generated infinite query function and providing the queryKey option, it uses the [XXX.infinite] instead of the provided queryKey.
nanopang@95c2a72
use the provided optionsQueryKey instead of the [XXX.infinite]
No response
graphql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which packages are impacted by your issue?
@graphql-codegen/typescript-react-query
Describe the bug
While using the generated infinite query function and providing the queryKey option, it uses the [XXX.infinite] instead of the provided queryKey.
Your Example Website or App
nanopang@95c2a72
Steps to Reproduce the Bug or Issue
2.Pass the queryKey value to the generated Infinite query
3.It will ignore the queryKey
Expected behavior
use the provided optionsQueryKey instead of the [XXX.infinite]
Screenshots or Videos
No response
Platform
graphql
version:16.8.1@graphql-codegen/typescript-react-query
version(s): 6.1.0Codegen Config File
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: