UpdateCommentInput
Provides the fields and values to use when updating a comment.
input UpdateCommentInput {
id: ID!
body: String
}
Fields
UpdateCommentInput.id
● ID!
non-null scalar
Specifies the comment to update.
UpdateCommentInput.body
● String
scalar
The comment's body.
Member Of
updateComment
mutation