Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kdichev committed Jul 31, 2019
1 parent 49ecaa4 commit e8fc6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ const query = gql`

// Invoke the query and log the person's name
client.query({ query }).then(response => {
console.log(response.data.name);
console.log(response.data.person.name);
});
```

Expand Down

0 comments on commit e8fc6d3

Please sign in to comment.