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 1af7622 commit 0aad827Copy full SHA for 0aad827
website/docs/tutorials/index.md
@@ -35,7 +35,7 @@ let root = {
35
};
36
37
// Run the GraphQL query '{ hello }' and print out the response
38
-graphql({schema, source: '{ hello }', rootValue: root}).then((response) => {
+graphql({ schema, source: '{ hello }', rootValue: root }).then((response) => {
39
console.log(JSON.stringify(response, null, 2));
40
});
41
```
0 commit comments