We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855cb9 commit 7bff29aCopy full SHA for 7bff29a
graphql/comment.graphql
@@ -1,3 +1,4 @@
1
extend type Mutation {
2
createComment(content: String!): Comment! @guard
3
+ updateComment(id: ID! @eq, content: String!): Comment @guard @update
4
}
0 commit comments