Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to omit copying schema.graphql file #141

Open
MrFoxPro opened this issue Oct 26, 2023 · 0 comments
Open

Option to omit copying schema.graphql file #141

MrFoxPro opened this issue Oct 26, 2023 · 0 comments

Comments

@MrFoxPro
Copy link

MrFoxPro commented Oct 26, 2023

I think it'd nice not to copy schema.graphql, especially if it's generated from local file.

title: `writing ${schemaGqlFile}`,
task: async (ctx) => {
const renderCtx = new RenderContext(ctx.schema, config)
renderSchema(ctx.schema, renderCtx)
await writeFileToPath(
[output, schemaGqlFile],
renderCtx.toCode('graphql'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant