From 76a45271853e8d40cf53e19239ae057b156398d5 Mon Sep 17 00:00:00 2001 From: mondaychen Date: Thu, 15 Nov 2018 16:24:07 -0500 Subject: [PATCH] Add Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152f0ddd3da..b49c3615003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ client reference ID, Apollo Server will now default to the values present in the of the request (`apollographql-client-name`, `apollographql-client-reference-id` and `apollographql-client-version` respectively). As a last resort, when those headers are not set, the query extensions' `clientInfo` values will be used. [PR #1960](https://github.com/apollographql/apollo-server/pull/1960) +- Add an optional parameter `playgroundPath` to options of `ApolloServer.applyMiddleware`, which allows a custom playground path that can be different from GraphQL API path. [PR #1974](https://github.com/apollographql/apollo-server/pull/1974) [Issue #1908](https://github.com/apollographql/apollo-server/issues/1908) ### v2.2.2