graphql-let icon indicating copy to clipboard operation
graphql-let copied to clipboard

Question: Is single file/dir output possible?

Open ricardo-rp opened this issue 1 year ago • 0 comments

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?

ricardo-rp avatar Jul 06 '22 17:07 ricardo-rp