Skip to content

Commit

Permalink
Update comment-form.md (redwoodjs#4990)
Browse files Browse the repository at this point in the history
Co-authored-by: David Price <[email protected]>
  • Loading branch information
virtuoushub and thedavidprice authored Apr 2, 2022
1 parent f8cf01d commit 4bf62a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter6/comment-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ Next we need to let GraphQL know that it should expect a `postId` to be passed f
```graphql title="api/src/graphql/comments.sdl.js"
type Query {
// highlight-next-line
comments(postId: Int!): [Comment!]!
comments(postId: Int!): [Comment!]! @skipAuth
}
```
Expand Down

0 comments on commit 4bf62a3

Please sign in to comment.