Skip to content

Commit 2b532c7

Browse files
avonengelsthulb
andauthored
docs: fix type vs. field in comment (#4832)
Signed-off-by: Axel von Engel <[email protected]> Co-authored-by: Simon Thulbourn <[email protected]>
1 parent 9dac14d commit 2b532c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/event_handler_graphql/src/getting_started_schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema {
44
}
55

66
type Query {
7-
# these are fields you can attach resolvers to (field: Query, field: getTodo)
7+
# these are fields you can attach resolvers to (type_name: Query, field_name: getTodo)
88
getTodo(id: ID!): Todo
99
listTodos: [Todo]
1010
}

0 commit comments

Comments
 (0)