Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sakesun committed Aug 14, 2023
1 parent 1af7622 commit 0aad827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let root = {
};

// Run the GraphQL query '{ hello }' and print out the response
graphql({schema, source: '{ hello }', rootValue: root}).then((response) => {
graphql({ schema, source: '{ hello }', rootValue: root }).then((response) => {
console.log(JSON.stringify(response, null, 2));
});
```
Expand Down

0 comments on commit 0aad827

Please sign in to comment.