mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
This commit is contained in:
parent
030f094de9
commit
6603845ff1
@ -35,7 +35,7 @@ const runServer = async () => {
|
||||
const server = new ApolloServer({
|
||||
schema: finalSchema,
|
||||
introspection: true,
|
||||
playground: false
|
||||
playground: true
|
||||
});
|
||||
|
||||
// run the server
|
||||
|
Loading…
Reference in New Issue
Block a user