Skip to content

GraphQL Playground settings do not get set #1746

@omgrief

Description

@omgrief
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🌹 has-reproduction❤ Has a reproduction in Glitch, CodeSandbox or Git repository.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions