We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25793d commit f60cf4dCopy full SHA for f60cf4d
docs/guide/apollo/README.md
@@ -22,7 +22,7 @@ import gql from 'graphql-tag'
22
export default {
23
apollo: {
24
// Simple query that will update the 'hello' vue property
25
- hello: gql`{hello}`,
+ hello: gql`query { hello }`,
26
},
27
}
28
```
0 commit comments