You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFter upgrading to typescript 5.6, the following occurs with a large number of Documents
gql.ts:16:7 - error TS7056: The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.
Your Example Website or App
Steps to Reproduce the Bug or Issue
Create a large enough repo, run it on 5.6 typescript. see error above
Which packages are impacted by your issue?
@graphql-codegen/gql-tag-operations
Describe the bug
AFter upgrading to typescript 5.6, the following occurs with a large number of Documents
gql.ts:16:7 - error TS7056: The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.
Your Example Website or App
Steps to Reproduce the Bug or Issue
Create a large enough repo, run it on 5.6 typescript. see error above
Expected behavior
It should work as before like typescript 5.5
Screenshots or Videos
No response
Platform
graphql
version: 16.6.0@graphql-codegen/gql-tag-operations
version(s): 4.0.11Codegen Config File
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: