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
Is your feature request related to a problem? Please describe.
In the typescript-operations plugin, i want to use inlineFragmentTypes: "inline" 99% of the time.
I have a few fragments that are so big that inlining them results in thousands of lines of typings and drastically slows down typescript LSP and compilation.
Describe the solution you'd like
I've been working with a patch on visitor-plugin-common for a few years now where I added the ability to say: Inline all fragment types except a specific list of fragments
I already opened a proposal PR a few months back #10062
Describe alternatives you've considered
We are slowly transitioning to fragment masking so I suspect this won't be a problem at some point in the future, but I'd really love to be able to get rid of my patch and maybe some other people in the community has encountered that problem
Any additional important details?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the
typescript-operations
plugin, i want to useinlineFragmentTypes: "inline"
99% of the time.I have a few fragments that are so big that inlining them results in thousands of lines of typings and drastically slows down typescript LSP and compilation.
Describe the solution you'd like
I've been working with a patch on visitor-plugin-common for a few years now where I added the ability to say: Inline all fragment types except a specific list of fragments
I already opened a proposal PR a few months back
#10062
Describe alternatives you've considered
We are slowly transitioning to fragment masking so I suspect this won't be a problem at some point in the future, but I'd really love to be able to get rid of my patch and maybe some other people in the community has encountered that problem
Any additional important details?
No response
The text was updated successfully, but these errors were encountered: