INPUT_OBJECT
Teams 채널과 연동된 공유 폴더를 만들기 위한 채널 정보
input TeamsChannelInput {# teams 태넌트 아이디 (필수)company: String!# team idgroupId: String# channel id (필수)id: String!# 공개, 비공개 (필수)membershipType: String!}