Skip to content

Commit

Permalink
Merge pull request #128 from Babsvik/patch-1
Browse files Browse the repository at this point in the history
Updated queries.md
  • Loading branch information
Sashko Stubailo authored Dec 14, 2016
2 parents 9e56d11 + 5ffb19f commit 09ba104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You would get a prop like:
```js
data: {
user: { name: "James" },
likes: { count: 10 } },
likes: { count: 10 },
loading: false,
error: null,
refetch() { ... },
Expand Down

0 comments on commit 09ba104

Please sign in to comment.