OBJECT

COMMENT

link GraphQL Schema definition

  • type COMMENT {
  • # The time at which the comment was created
  • createdAt: DateTime
  • # Content of the comment
  • text: String
  • # The subject which created the comment
  • createdBy: SUBJECT
  • }