OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : FeesFilterInput
- ): FeeListResultInterface @deprecated( reason: "Changed to feesList" )
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (: PaginationInput, : FeesFilterInput): FeeListResultInterface
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : OfferingCourseListFilter
- ): OfferingCourseListResultListResultInterface @deprecated( reason: "Changed to coursesList" )
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : OfferingCourseListFilter
- ): OfferingCourseListResultListResultInterface
- # Arguments
- # studentId: [Not documented]
- (: Int): Student
- # Arguments
- # studentIds: [Not documented]
- (: [Int]): [Student]
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : StudentsFilterInput
- ): StudentListResultInterface @deprecated( reason: "Changed to studentsList" )
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : StudentsFilterInput
- ): StudentListResultInterface
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : TasksFilterInput
- ): TaskListResultInterface @deprecated( reason: "Changed to tasksList" )
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (: PaginationInput, : TasksFilterInput): TaskListResultInterface
- # Arguments
- # filter: [Not documented]
- (
- : AgencyCompanySchoolCompanyNoteFilter
- ): AgencyCompanySchoolCompanyNote
- : AgencyCompany
- # Arguments
- # agencyId: [Not documented]
- (: Int): Agency
- : [Country]
- : [DurationType]
- # Arguments
- # schoolId: [Not documented]
- # enrollmentTemplateId: [Not documented]
- (: Int, : Int): EnrollmentTemplate
- # Arguments
- # input: [Not documented]
- # types: [Not documented]
- (: String!, : String!): [GooglePlaceAutocomplete]
- # Arguments
- # offeringId: [Not documented]
- (: Int): Offering
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : OfferingsFilterInput
- ): OfferingListResultInterface
- : [OfferingCourseCategory]
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : OfferingPriceTemplatesFilterInput
- ): OfferingPriceTemplateListResultInterface
- # Arguments
- # filter: [Not documented]
- (: OfferingSearchResultFilter): [OfferingSearchResult]
- : OfferingSearchFilterOptionsResult
- # Arguments
- # pagination: [Not documented]
- # filter: [Not documented]
- (
- : PaginationInput,
- : OfferingTimetableTemplatesFilterInput
- ): OfferingTimetableTemplateListResultInterface
- # Arguments
- # promotionId: [Not documented]
- (: Int): Promotion
- # Arguments
- # schoolId: [Not documented]
- (: Int): School
- : SchoolCompany
- # Arguments
- # schoolId: [Not documented]
- # studentQuoteOptionId: [Not documented]
- (
- : Int!,
- : Int
- ): StudentEnrollmentPreview
- # Arguments
- # studentQuoteId: [Not documented]
- (: Int): StudentQuote
- }
link Require by
This element is not required by anyone