CommentDetails

open_in_new

GraphQL Schema definition

  • input CommentDetails {
  • # The markdown text content of the comment.
  • text: String
  • # Externally hosted media to attach to the comment.
  • externalAttachments: [ExternalAttachmentDetails!]
  • }