enable prod graphql introspection
This commit is contained in:
parent
a1114e5270
commit
c214d6283f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue