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
In our codebase generatedTypes.ts includes some useful fragments that are not being exported. I believe these are fragments that aren't defined manually in a .gql file and are auto-generated based on other fragment definitions, specifically some that use ... on SomethingElse
in their body, resulting in non-exported fragments like Something_SomethingElse_Fragment.
It would be really cool if there was a way to force codegen to export these as well.
The text was updated successfully, but these errors were encountered:
In our codebase
generatedTypes.ts
includes some useful fragments that are not being exported. I believe these are fragments that aren't defined manually in a.gql
file and are auto-generated based on other fragment definitions, specifically some that use... on SomethingElse
in their body, resulting in non-exported fragments like
Something_SomethingElse_Fragment
.It would be really cool if there was a way to force
codegen
to export these as well.The text was updated successfully, but these errors were encountered: