OBJECT
type StudentQuote {studentQuoteId: Int externalId: String studentQuoteStatusId: Int obscuredId: String agencyId: Int studentId: Int agentUserId: Int isTemplate: Boolean templateName: String issued: DateTime viewed: DateTime decisionMade: DateTime expires: DateTime languageId: Int notes: String filterStudentMinAge: Int filterStudentMaxAge: Int filterStudentCurrentCountryId: Int filterEligibleStudentNationalityCountryId: Int created: DateTime modified: DateTime studentQuoteStatus: StudentQuoteStatus studentQuoteOptions: [StudentQuoteOption] student: Student }