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
what does the runtime option actually do? I tried it with runtime set to true and to false but it doesn't seem to change anything. The transpiled file has the schema definition embedded as a string both times. I would have expected a different result when it is true.
This is my schema:
typeQuery {
test: String
}
This is the transpiled file, both when runtime is true and when it's false:
Hi,
what does the
runtime
option actually do? I tried it withruntime
set totrue
and tofalse
but it doesn't seem to change anything. The transpiled file has the schema definition embedded as a string both times. I would have expected a different result when it is true.This is my schema:
This is the transpiled file, both when
runtime
is true and when it's false:Importing at runtime could be great for hot reloading in development environments.
Can you explain why it is the same both times?
Thanks for your help.
-Moritz
The text was updated successfully, but these errors were encountered: