enable prod graphql introspection
This commit is contained in:
parent
a1114e5270
commit
c214d6283f
@ -15,6 +15,7 @@ import {
|
||||
const apolloServer = new ApolloServer({
|
||||
typeDefs,
|
||||
resolvers,
|
||||
introspection: true,
|
||||
plugins: [{
|
||||
requestDidStart (initialRequestContext) {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user