We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc367a commit 8dcea82Copy full SHA for 8dcea82
src/index.js
@@ -37,6 +37,7 @@ const getMe = async req => {
37
38
const server = new ApolloServer({
39
introspection: true,
40
+ playground: true,
41
typeDefs: schema,
42
resolvers,
43
formatError: error => {
0 commit comments