Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update queries.md #4940

Merged
merged 3 commits into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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