-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Query type issue in 3.12 #12212
Comments
Hi Seba, Unfortunately, that DevBox is private - could you please set it to public? |
oops, it's public now. It's basically just the same snippet as above in the index.ts file displaying the issue. |
Ah, I see, that
( This will take some tinkering. What you can do in the meantime, as some kind of dirty workaround is
|
I believe #12214 should fix this - could you please try the PR build and report back? |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
Can confirm it's fixed, thanks for the fast solution. |
Issue Description
After upgrading to 3.12 I get a typescript issue on introspection queries:
now throws a TS error:
Type instantiation is excessively deep and possibly infinite.ts(2589)
Link to Reproduction
https://codesandbox.io/p/devbox/festive-butterfly-qvg335?workspaceId=ws_T9zoVXW5YchVwWgD3deZYC
Reproduction Steps
No response
@apollo/client
version3.12.2
The text was updated successfully, but these errors were encountered: