When save schema on global, changes on code are not applied #1334
Unanswered
facundocastello
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using nextjs+type-graphql and I was having memory leaks because of generating the schema on each request... I moved that to save the schema on global but every time I modified anything (even adding a console log) I've to re-build the schema to have those changes.
Is there any workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions