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
I would like to have a single .d.ts file as output for codegen to keep the component folders clean. We currently have a large .graphql file for all queries, and we'd like to move every query to it's respective component folder, but the generated .d.ts files clutter our component folders a bit.
Is there a config available to have all outputs under the same directory? Or better yet, generate a single .d.ts file?
The text was updated successfully, but these errors were encountered:
I would like to have a single .d.ts file as output for codegen to keep the component folders clean. We currently have a large .graphql file for all queries, and we'd like to move every query to it's respective component folder, but the generated .d.ts files clutter our component folders a bit.
Is there a config available to have all outputs under the same directory? Or better yet, generate a single .d.ts file?
The text was updated successfully, but these errors were encountered: