CommentSortField

open_in_new

The set of fields that a comment may be sorted on.

GraphQL Schema definition

  • enum CommentSortField {
  • # The timestamp that the comment was created.
  • created
  • # The timestamp that the comment was edited/modified.
  • modified
  • }