OBJECT
Student
link GraphQL Schema definition
- type Student {
- : Int
- : Int
- : Int
- : Int
- : Int
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : DateTime
- : String
- : Int
- : String @deprecated( reason: "The student notes are now a separated entity. You can get a list of student notes using the new query studentNotes." )
- : String
- : String
- : Int
- : Int
- : Int
- : Int
- : String
- : String
- : DateTime
- : DateTime
- : String
- : Int
- : Boolean
- : Boolean
- : Boolean
- : Int
- : String
- : DateTime
- : DateTime
- : DateTime
- : Boolean
- : JSONObject
- : [StudentTag]
- : [StudentCoursePreference]
- : [StudentSchoolPreference]
- : [StudentLocationPreference]
- : [StudentCurrentPipelineStage]
- : [StudentPipelineStageStepCompleted]
- : [CustomPropertyValue]
- : [StudentSecondaryContact]
- : [StudentStudyRecord]
- : [Quote]
- : [StudentQuote]
- : User
- : GooglePlace
- : Country
- : Country
- : [File]
- : [StudentEnrollment]
- : Photo
- : Agency
- : VisaType
- : [AgencyInsuranceBooking]
- }