enable prod graphql introspection

This commit is contained in:
keyan 2023-11-22 09:16:40 -06:00
parent a1114e5270
commit c214d6283f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import {
const apolloServer = new ApolloServer({ const apolloServer = new ApolloServer({
typeDefs, typeDefs,
resolvers, resolvers,
introspection: true,
plugins: [{ plugins: [{
requestDidStart (initialRequestContext) { requestDidStart (initialRequestContext) {
return { return {