CommentsOrderBy
Methods to use when ordering Comment.
enum CommentsOrderBy {
NATURAL
ID_ASC
ID_DESC
STEP_ID_ASC
STEP_ID_DESC
ACCOUNT_ID_ASC
ACCOUNT_ID_DESC
TEXT_ASC
TEXT_DESC
VERSION_ASC
VERSION_DESC
DELETED_AT_ASC
DELETED_AT_DESC
UPDATED_AT_ASC
UPDATED_AT_DESC
CREATED_AT_ASC
CREATED_AT_DESC
WORKSPACE_ID_ASC
WORKSPACE_ID_DESC
TYPE_ASC
TYPE_DESC
INTERNAL_ASC
INTERNAL_DESC
PARENT_COMMENT_ID_ASC
PARENT_COMMENT_ID_DESC
MENTIONED_COMMENT_ID_ASC
MENTIONED_COMMENT_ID_DESC
SECTION_ID_ASC
SECTION_ID_DESC
ACCORD_ID_ASC
ACCORD_ID_DESC
DISCUSSION_ID_ASC
DISCUSSION_ID_DESC
PRIMARY_KEY_ASC
PRIMARY_KEY_DESC
}
Values
CommentsOrderBy.NATURAL
CommentsOrderBy.ID_ASC
CommentsOrderBy.ID_DESC
CommentsOrderBy.STEP_ID_ASC
CommentsOrderBy.STEP_ID_DESC
CommentsOrderBy.ACCOUNT_ID_ASC
CommentsOrderBy.ACCOUNT_ID_DESC
CommentsOrderBy.TEXT_ASC
CommentsOrderBy.TEXT_DESC
CommentsOrderBy.VERSION_ASC
CommentsOrderBy.VERSION_DESC
CommentsOrderBy.DELETED_AT_ASC
CommentsOrderBy.DELETED_AT_DESC
CommentsOrderBy.UPDATED_AT_ASC
CommentsOrderBy.UPDATED_AT_DESC
CommentsOrderBy.CREATED_AT_ASC
CommentsOrderBy.CREATED_AT_DESC
CommentsOrderBy.WORKSPACE_ID_ASC
CommentsOrderBy.WORKSPACE_ID_DESC
CommentsOrderBy.TYPE_ASC
CommentsOrderBy.TYPE_DESC
CommentsOrderBy.INTERNAL_ASC
CommentsOrderBy.INTERNAL_DESC
CommentsOrderBy.PARENT_COMMENT_ID_ASC
CommentsOrderBy.PARENT_COMMENT_ID_DESC
CommentsOrderBy.MENTIONED_COMMENT_ID_ASC
CommentsOrderBy.MENTIONED_COMMENT_ID_DESC
CommentsOrderBy.SECTION_ID_ASC
CommentsOrderBy.SECTION_ID_DESC
CommentsOrderBy.ACCORD_ID_ASC
CommentsOrderBy.ACCORD_ID_DESC
CommentsOrderBy.DISCUSSION_ID_ASC
CommentsOrderBy.DISCUSSION_ID_DESC
CommentsOrderBy.PRIMARY_KEY_ASC
CommentsOrderBy.PRIMARY_KEY_DESC
Member Of
comments query ● commentsConnection query