Skip to content

Commit 5815c03

Browse files
committed
method -> query field
1 parent e5d2ae1 commit 5815c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ server.use(
3333
groups: [Group]
3434
}
3535
`),
36-
// The methods that we'll use to get the data for our
36+
// The query fields that we'll use to get the data for our
3737
// main queries
3838
rootValue: {
3939
// Get a user based on the ID and return it as a Promise

0 commit comments

Comments
 (0)