INPUT_OBJECT
input SendAgencyCompanyQuoteEmailToStudentInput {studentEmail: StringstudentQuoteId: Int!cc: [String]subject: String!body: String!isBccSendToAgent: Booleanattachments: [AgencyCompanyEmailAttachmentInput]}