enable playground in production :)
This commit is contained in:
parent
4a61919649
commit
ff8327981f
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ const config = {
|
||||||
zoneTranslationLoader: loaders.buildZoneTranslationLoader(db),
|
zoneTranslationLoader: loaders.buildZoneTranslationLoader(db),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Enable Playground in production :)
|
||||||
|
introspection: true,
|
||||||
|
playground: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
|
|
Loading…
Reference in a new issue