enable playground in production :)

This commit is contained in:
Matt Dunn-Rankin 2020-04-23 01:09:17 -07:00
parent 4a61919649
commit ff8327981f

View file

@ -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) {