docs: better first query example
This commit is contained in:
@@ -22,7 +22,7 @@ import gql from 'graphql-tag'
|
||||
export default {
|
||||
apollo: {
|
||||
// Simple query that will update the 'hello' vue property
|
||||
hello: gql`{hello}`,
|
||||
hello: gql`query { hello }`,
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user