OBJECT
type SchoolQuote {schoolQuoteId: Int schoolId: Int currencyId: Int studentNationalityId: Int studentFirstName: String studentLastName: String studentEmail: String studentAge: Int agencyLocationCountryId: Int agencyName: String agencyEmail: String totalPriceAmount: Float sourceSchoolCompanyAssociationDomainId: Int created: String modified: Int quotablePrices: [QuotePriceItem] school: School currency: Currency studentNationality: Country agencyLocationCountry: Country agencyRecruitsFromCountryIds: [Int] agencyRecruitsFromCountries: [Country] sourceSchoolCompanyAssociationDomain: SchoolCompanyAssociationDomain }