INPUT_OBJECT
input SendAgencyCompanyEmailToStudentInput {studentId: Int!studentEmail: Stringcc: [String]subject: String!body: String!isBccSendToAgent: Booleanattachments: [AgencyCompanyEmailAttachmentInput]}