OBJECT
공유 폴더 멤버 추가 정보
type ShareFolderMemberInfoDto {# 멤버 아이디 (필수)id: String! # 멤버 이름name: String # 역할 (필수)role: Int! # 등록일createdDate: Long }