mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-13 17:30:47 +08:00
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.