diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c45d960b6..a02221bde6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ **Note:** This is a cumulative changelog that outlines all of the Apollo Client project child package changes that were bundled into a specific `apollo-client` release. +## Apollo Client (vNext) + +### Apollo Client (vNext) + +- Documentation updates.
+ [@michael-watson](https://github.com/michael-watson) in [#4940](https://github.com/apollographql/apollo-client/pull/4940) + + ## Apollo Client (2.6.2) ### Apollo Utilities 1.3.2 diff --git a/docs/source/essentials/queries.md b/docs/source/essentials/queries.md index ed74833ceb5..9250786cf5f 100644 --- a/docs/source/essentials/queries.md +++ b/docs/source/essentials/queries.md @@ -279,7 +279,7 @@ The render prop function that you pass to the `children` prop of `Query` is call
data: TData
-
An object containing the result of your GraphQL query. Defaults to an empty object.
+
An object containing the result of your GraphQL query. Defaults to undefined.
loading: boolean
A boolean that indicates whether the request is in flight
error: ApolloError