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 46cfcba commit 89cb6ceCopy full SHA for 89cb6ce
src/content/graphql-js/Tutorial-GettingStarted.md
@@ -32,7 +32,7 @@ var schema = buildSchema(`
32
}
33
`);
34
35
-// The root provides a resolver function for each API endpoint
+// The rootValue provides a resolver function for each API endpoint
36
var rootValue = {
37
hello: () => {
38
return 'Hello world!';
0 commit comments