INPUT_OBJECT
An input data structure to create a quotation
input CreateQuotationInput {companyId: IDcustomerId: ID!date: StringfundingAgencyId: IDitems: [InvoiceItemInput]traineeId: ID}