render playground for custom resolvers boilerplate (close #1060) (#1065)

This commit is contained in:
Rishichandra Wawhal 2018-11-21 12:52:54 +05:30 committed by Shahidh K Muhammed
parent 030f094de9
commit 6603845ff1

View File

@ -35,7 +35,7 @@ const runServer = async () => {
const server = new ApolloServer({
schema: finalSchema,
introspection: true,
playground: false
playground: true
});
// run the server