Rename instances of Engine to Graph Manager

This commit is contained in:
Stephen Barlow
2019-08-19 15:33:21 -07:00
parent a8d4d2dc86
commit b6227e4b8b
17 changed files with 213 additions and 165 deletions

View File

@@ -51,7 +51,7 @@ While it's not a requirement, we recommend using [VSCode](https://code.visualstu
Now the fun begins! First, you'll need to install our developer tools:
- [Apollo Engine (required)](https://engine.apollographql.com) : Our cloud service where you'll register and manage your graph API.
- [Apollo Graph Manager (required)](https://engine.apollographql.com) : Our cloud service where you'll register and manage your graph API.
- [Apollo DevTools for Chrome (suggested)](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) : Our Chrome extension giving you full visibility into your client.
- [Apollo VSCode (suggested)](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo): Our editor integration that offers intelligent autocomplete, metrics, and more.