12 Commits

Author SHA1 Message Date
Stephen Barlow
b6227e4b8b Rename instances of Engine to Graph Manager 2019-08-20 11:02:42 -07:00
Adam Torres
6f2c429412 Fixed typo in Setup Section
Removed "the" before request headers.
2019-07-18 09:37:02 -07:00
Trevor Blades
b53ed6b343 Clean up markdown for use with gatsby-remark system 2019-05-29 15:35:25 -07:00
Danielle Man
5522b9a458 update messaging from service/tag to graph/variant for client identity article 2019-05-17 23:29:43 -07:00
Adam Zionts
6a3c78fe4b No support for client ID in engineproxy 2019-04-16 14:32:28 -07:00
Jesse Rosenberger
64495bb7cb Merge branch 'master' into abernix-patch-1 2019-03-04 18:32:54 +02:00
Jesse Rosenberger
0b7a6c98e0 client-awareness: Add clarity to "Advanced setup" section. (#353)
By default, Apollo Server and Apollo Client take care of most aspects of client awareness automatically, with the requirements being:

* Using recent versions of Apollo Server and Apollo Client which support client awareness automatically.
* The `name` and `version` be set on the `ApolloClient` constructor.

As currently written, the variables used in this _Advanced setup_ section have caused some to believe that those are the headers that should be used, whereas they were merely suggestions.  The _Setup_ section above should still be observed for most cases and I hope the additional clarity in this re-wording will help avoid future confusion.
2019-03-04 18:32:27 +02:00
Jesse Rosenberger
f7fcad11b5 client-awareness: Change many uses of "api" to "API".
An "application programming interface" need not be capitalized in its full form, but I believe API should remain capitalized.

With all due respect to SCUBA, I'm not willing to let every form initialism land in the dictionary in lower-case.
2019-03-04 16:19:11 +02:00
Evans Hauser
237ca47e86 client awareness: add missing comma (#302) 2019-01-17 10:47:25 -08:00
Evans Hauser
f704e750f7 Update client awareness docs to use latest AC (#258)
* Update client awareness docs to use latest AC

* Update docs/source/platform/client-awareness.md
2018-11-26 11:24:56 -08:00
Evans Hauser
2052cec4a8 Initial Client Awareness Documentation (#241)
* Remove .DS_Store

* Initial Client Awareness Docs

* Reorg images and write some content

Makes the intro a bit smoother and builds up the meat of the article
with some more screenshots

remove you

* Include client awareness in sidebar

* Fix code highlighting

* Add new before ApolloLink

* Fix some typos

* Reorganize the client-awareness documentation

Overview -> setup -> use cases -> advanced setup
2018-11-21 11:02:00 -08:00
Peggy Rayzis
d8d43122e9 Refactored to platforn docs 2018-11-07 09:26:27 -08:00