Skip to content

Commit

Permalink
Update apollo-link-ws docs to show that `subscriptions-transport-ws…
Browse files Browse the repository at this point in the history
…` is a peer dependency (#3798)

* subscriptions-transport-ws is a peer dependency
* Changelog update
  • Loading branch information
pungggi authored and hwillson committed Aug 12, 2018
1 parent bcb9d04 commit 4e11195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
optimistic results to be returned. Is `false` by default. <br/>
[@jay1337](https://github.com/jay1337) in [#2429](https://github.com/apollographql/apollo-client/pull/2429)
- Documentation updates. <br/>
[@toolness](https://github.com/toolness) in [#3804](https://github.com/apollographql/apollo-client/pull/3804)
[@toolness](https://github.com/toolness) in [#3804](https://github.com/apollographql/apollo-client/pull/3804) <br/>
[@pungggi](https://github.com/pungggi) in [#3798](https://github.com/apollographql/apollo-client/pull/3798)

### Apollo Cache In-Memory (vNext)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/advanced/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Let's look at how to add support for this transport to Apollo Client.
First, install the WebSocket Apollo Link (`apollo-link-ws`) from npm:

```shell
npm install --save apollo-link-ws
npm install --save apollo-link-ws subscriptions-transport-ws
```

Then, initialize a GraphQL subscriptions transport link:
Expand Down

0 comments on commit 4e11195

Please sign in to comment.