OBJECT
type AgencyInsuranceBookingStudentSnapshot {agencyInsuranceBookingId: Int! nationalityId: Int! genderId: Int! firstname: String! lastname: String birthdate: DateTime! passportNumber: String! email: String! phone: String! localId: String address: String addressComplement: String zipcode: String city: String state: String countryId: Int emergencyContactName: String emergencyContactNumber: String emergencyContactBirthdate: DateTime nationality: Country studentId: Int country: Country gender: Gender student: Student }