Skip to content

Commit

Permalink
[Fix] Allow GQL introspection (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
OustanDing committed Aug 25, 2022
1 parent ba90962 commit 125d56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ export const apolloServer = new ApolloServer({
'request.credentials': 'include', // Include auth token in requests
},
},
introspection: process.env.NODE_ENV !== 'production',
context,
});

0 comments on commit 125d56b

Please sign in to comment.