Skip to main content

CommentsOrderByColumns

The valid fields by which comments can be ordered.

enum CommentsOrderByColumns {
ID
COMMENTABLE_TYPE
COMMENTABLE_ID
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

CommentsOrderByColumns.ID

Comment's unique identifier.

CommentsOrderByColumns.COMMENTABLE_TYPE

The commentable type of the comment.

CommentsOrderByColumns.COMMENTABLE_ID

The commentable unique identifier of the comment.

CommentsOrderByColumns.CREATED_AT

The date and time when the comment was created.

CommentsOrderByColumns.UPDATED_AT

The date and time when the comment was last updated.

CommentsOrderByColumns.DELETED_AT

The date and time when the comment was deleted.

Member Of

QueryCommentsOrderByOrderByClause input