Skip to content

Commit 7bff29a

Browse files
committed
update comment mutation
1 parent 7855cb9 commit 7bff29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/comment.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
extend type Mutation {
22
createComment(content: String!): Comment! @guard
3+
updateComment(id: ID! @eq, content: String!): Comment @guard @update
34
}

0 commit comments

Comments
 (0)