OBJECT
School
link GraphQL Schema definition
- type School {
- : Int
- : Int
- : Int
- : String
- : Int
- : DateTime
- : DateTime
- : Int
- : String
- : String
- : String
- : String
- : String
- : String
- : Int
- : Int
- : Int
- : Int
- : Int
- : Int
- : String
- : String
- : String
- : String
- : Int
- : String
- : String
- : String
- : Int
- : SchoolCompany
- : [OfferingCourse]
- : [OfferingAccommodation]
- : [OfferingService]
- : [Fee]
- : GooglePlace
- : Photo
- : File
- : [File]
- : [SchoolDurationTypeDefinition]
- : [SchoolHoliday]
- : [SchoolHighlight]
- : [SchoolDescription]
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (
- : DateOnly!,
- : DateOnly!
- ): [SchoolCalendarDate]
- : [SchoolTerms]
- : [SchoolPaymentPolicy]
- : [EnrollmentTemplate]
- }