Skip to content

1.1.0: new option `playgroundOptions`

Compare
Choose a tag to compare
@talentlessguy talentlessguy released this 22 Sep 10:00
· 85 commits to master since this release

v1.1 adds a new option to configure GraphQL Playground:

const app = GraphQLHTTP({
  graphiql: true,
  schema,
  rootValue,
  playgroundOptions: {
    cdnUrl: 'https://unpkg.com'
  }
})