CommentPatch

open_in_new

GraphQL Schema definition

  • input CommentPatch {
  • # The markdown text content of the comment.
  • # Max length of 500 characters.
  • text: String
  • }