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 4148c1c commit 8611cdeCopy full SHA for 8611cde
index.js
@@ -58,10 +58,11 @@ httpServer.listen(expressPort, () => {
58
});
59
60
function addExample(example, uri) {
61
- example.uri = `/${uri}`; // eslint-disable-line
+ example.uri = `/${uri}`;
62
63
const server = new ApolloServer({
64
schema: example.schema,
65
+ introspection: true,
66
playground: {
67
subscriptionEndpoint: example.uri,
68
},
0 commit comments