Skip to content

Commit

Permalink
docs: fix type vs. field in comment (#4832)
Browse files Browse the repository at this point in the history
Signed-off-by: Axel von Engel <[email protected]>
Co-authored-by: Simon Thulbourn <[email protected]>
  • Loading branch information
avonengel and sthulb authored Jul 29, 2024
1 parent 9dac14d commit 2b532c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema {
}

type Query {
# these are fields you can attach resolvers to (field: Query, field: getTodo)
# these are fields you can attach resolvers to (type_name: Query, field_name: getTodo)
getTodo(id: ID!): Todo
listTodos: [Todo]
}
Expand Down

0 comments on commit 2b532c7

Please sign in to comment.