Skip to content

Commit

Permalink
Merge pull request #4940 from apollographql/watson-docs-update
Browse files Browse the repository at this point in the history
Update queries.md
  • Loading branch information
hwillson committed Jun 11, 2019
2 parents d37bdb0 + 98b1469 commit 6283594
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. <br/>
[@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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/essentials/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ The render prop function that you pass to the `children` prop of `Query` is call

<dl>
<dt><code>data</code>: TData</dt>
<dd>An object containing the result of your GraphQL query. Defaults to an empty object.</dd>
<dd>An object containing the result of your GraphQL query. Defaults to <code>undefined</code>.</dd>
<dt><code>loading</code>: boolean</dt>
<dd>A boolean that indicates whether the request is in flight</dd>
<dt><code>error</code>: ApolloError</dt>
Expand Down

0 comments on commit 6283594

Please sign in to comment.