CommentUpdateInput
Last updated
Was this helpful?
Input object for updating comments.
input CommentUpdateInput {
id: ID!
message: String!
}ID! non-null scalarThe ID of the comment to update.
String! non-null scalarThe new message for the comment.
updateComment mutation
Last updated
Was this helpful?
Was this helpful?