MutationUpdateCommentInput
input MutationUpdateCommentInput {
body: String
id: ID!
}
Fields
MutationUpdateCommentInput.body ● String scalar
Body of the comment.
MutationUpdateCommentInput.id ● ID! non-null scalar
Global identifier of the comment.
Member Of
updateComment mutation