Skip to content

Commit

Permalink
add reFetchObservableQueries to ApolloClient docs (#4384)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch authored and danilobuerger committed Feb 2, 2019
1 parent 08da313 commit 6d9fca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[@quazzie](https://github.com/quazzie) in [#4041](https://github.com/apollographql/apollo-client/pull/4041)
- Properly type `setQuery` and fix now typed callers. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#4369](https://github.com/apollographql/apollo-client/pull/4369)
- Align with the React Apollo decision that result `data` should be
- Align with the React Apollo decision that result `data` should be
`TData | undefined` instead of `TData | {}`. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#4356](https://github.com/apollographql/apollo-client/pull/4356)
- Documentation updates. <br/>
Expand All @@ -17,6 +17,7 @@
[@jtassin](https://github.com/jtassin) in [#4287](https://github.com/apollographql/apollo-client/pull/4287) <br />
[@Gongreg](https://github.com/Gongreg) in [#4386](https://github.com/apollographql/apollo-client/pull/4386) <br />
[@davecardwell](https://github.com/davecardwell) in [#4399](https://github.com/apollographql/apollo-client/pull/4399) <br />
[@michaelknoch](https://github.com/michaelknoch) in [#4384](https://github.com/apollographql/apollo-client/pull/4384) <br />

## Apollo Client (2.4.12)

Expand Down
1 change: 1 addition & 0 deletions docs/source/api/apollo-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The `ApolloClient` class is the core API for Apollo, and the one you'll need to
{% tsapibox ApolloClient.clearStore %}
{% tsapibox ApolloClient.onClearStore %}
{% tsapibox ApolloClient.stop %}
{% tsapibox ApolloClient.reFetchObservableQueries %}

<h2 id="ObservableQuery">ObservableQuery</h2>

Expand Down

0 comments on commit 6d9fca4

Please sign in to comment.