From d74e148c6f1c4cc254a87d3a630329db86ed71f2 Mon Sep 17 00:00:00 2001 From: Michael Watson Date: Mon, 10 Jun 2019 07:50:30 -0700 Subject: [PATCH 1/2] Update queries.md Make docs consistent with changelog: https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md#apollo-client-2413-1 --- docs/source/essentials/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
From 98b146952b9cc5fd044b25b3a6d75a00c0091f8d Mon Sep 17 00:00:00 2001 From: hwillson Date: Tue, 11 Jun 2019 08:13:47 -0400 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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