Set playground to true

This commit is contained in:
Trevor Blades
2018-10-11 23:59:58 -04:00
parent 4649d32676
commit 158a9d7419

View File

@@ -13,6 +13,7 @@ function toArray(object) {
const server = new ApolloServer({
typeDefs,
resolvers,
playground: true,
context: {
continents: Object.entries(continents).map(([code, name]) => ({
code,