const server = new ApolloServer({
playground: {
settings: {
'request.credentials': 'include',
}
},
...otherServerSettings
);
Go to your GraphQL Playground route, and notice that the settings are just default settings.
related to github.com/graphql/graphql-playground/issues/741
Adding this here as there appears to be a copy of graphql-playground-html under the @apollographql namespace, and will possibly need to be updated when they fix this.
Go to your GraphQL Playground route, and notice that the settings are just default settings.
related to github.com/graphql/graphql-playground/issues/741
Adding this here as there appears to be a copy of
graphql-playground-htmlunder the@apollographqlnamespace, and will possibly need to be updated when they fix this.