For the complete documentation index, see llms.txt. This page is also available as Markdown.

CommentUpdateInput

Input object for updating comments.

input CommentUpdateInput {
  id: ID!
  message: String!
}

Fields

id ● ID! non-null scalar

The ID of the comment to update.

message ● String! non-null scalar

The new message for the comment.

Member Of

updateComment mutation

Last updated

Was this helpful?