apollo-server: collocation of graphql gui added to CHANGELOG

This commit is contained in:
Evans Hauser 2018-04-27 15:28:17 -07:00
parent 7b25a90a7e
commit 5eb23d82c0
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -2,4 +2,5 @@
### vNEXT
* `apollo-server`: add `/.well-known/apollo/server-health` endpoint with async callback for additional checks, ie database poke
* `apollo-server`: add `/.well-known/apollo/server-health` endpoint with async callback for additional checks, ie database poke [PR#992](https://github.com/apollographql/apollo-server/pull/992)
* `apollo-server`: collocate graphql gui with endpoint and provide gui when accessed from browser [PR#987](https://github.com/apollographql/apollo-server/pull/987)