OBJECT

UserNotificationDto

알림 정보

link GraphQL Schema definition

  • type UserNotificationDto {
  • # 알림 아이디
  • id: String
  • # 인덱스 시간 (millisecond)
  • indexDate: Long
  • # 확인 시간 (millisecond)
  • readDate: Long
  • # 사용자 아이디
  • userId: String
  • # 이벤트 발생자 아이디
  • createdUserId: String
  • # 이벤트 발생자 이름
  • createdUserName: String
  • # 알림 타입 (1: 폴더생성, 2: 폴더 이름변경, 3: 폴더 태그 변경, 4: 폴더 설명 변경, 5: 폴더 복사, 6: 폴더 이동 7: 폴더
  • # 삭제, 8: 폴더 복원, 9: 파일 다운로드, 10: 파일열람, 11: 파일편집, 12: 댓글 등록, 13: 댓글 변경, 14: 댓글 삭제,
  • # 15: 구독 설정, 16: 구독 해제, 17: 권한 변경, 18: 사용자 초대, 19: 사용자 탈퇴, 20: 파일 생성, 21: 파일 이름변경,
  • # 22: 폴더 태그 변경, 23: 폴더 설명 변경, 24: 파일 복사, 25: 파일 이동, 26: 파일 삭제, 27: 파일 복원, 28: 폴더
  • # 다운로드)
  • type: Int
  • sourceType: Int
  • sourceKey: String
  • sourceValue: String
  • targetType: Int
  • targetKey: String
  • targetValue: String
  • }