Skip to content

Commit

Permalink
Merge branch 'main' into renovate/jest-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Oct 26, 2021
2 parents 3e333b7 + c723eb8 commit 79e408c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/keystone/src/lib/server/createApolloServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ const _createApolloServerConfig = ({
? apolloConfig?.plugins
: [
playgroundOption
? ApolloServerPluginLandingPageGraphQLPlayground()
? ApolloServerPluginLandingPageGraphQLPlayground({
settings: { 'request.credentials': 'same-origin' },
})
: ApolloServerPluginLandingPageDisabled(),
...(apolloConfig?.plugins || []),
],
Expand Down

0 comments on commit 79e408c

Please sign in to comment.