Skip to main content

CommentsWhereColumns

The valid fields by which comments can be queried.

enum CommentsWhereColumns {
ID
COMMENTABLE_TYPE
COMMENTABLE_ID
PARENT_ID
USER_ID
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

CommentsWhereColumns.ID

Comment's unique identifier.

CommentsWhereColumns.COMMENTABLE_TYPE

The commentable type of the comment.

CommentsWhereColumns.COMMENTABLE_ID

The commentable unique identifier of the comment.

CommentsWhereColumns.PARENT_ID

The comments's parent comment.

CommentsWhereColumns.USER_ID

The comments's author.

CommentsWhereColumns.CREATED_AT

The date and time when the comment was created.

CommentsWhereColumns.UPDATED_AT

The date and time when the comment was last updated.

CommentsWhereColumns.DELETED_AT

The date and time when the comment was deleted.

Member Of

QueryCommentsWhereWhereConditions input