Skip to content

Commit bb5e55e

Browse files
authored
docs: fix type vs. field in comment
Signed-off-by: Axel von Engel <[email protected]>
1 parent 3d16857 commit bb5e55e

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

+1-1
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)