OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # name:
- # log:
- # user_id:
- # added_on:
- String, : String, : ID, : DateTime): String ( :
- # Arguments
- # class_id:
- # mentor_id:
- # reason:
- # reason_other:
- (
- ID, :
- ID, :
- ClassCancelReason!, :
- String :
- ): Int
- # Arguments
- # class_id:
- # mentor_id:
- # teachers:
- (
- ID, :
- Int, :
- InputTeacherAttendance] : [
- ): Int
- # Arguments
- # class_id:
- # teacher_id:
- # class_satisfaction:
- # students:
- (
- ID, :
- Int, :
- Int, :
- InputStudentAttendance] : [
- ): Int
- # Arguments
- # responder_id:
- # survey_id:
- # added_by_user_id:
- # responses:
- (
- ID, :
- ID, :
- ID, :
- InputSurveyResponse] : [
- ): Int
- # Arguments
- # batch_id:
- # level_id:
- # subject_id:
- # teacher_ids:
- (
- ID!, :
- ID!, :
- ID, :
- ID] : [
- ): String
- # Arguments
- # batch_id:
- # mentor_ids:
- ID!, : [ID]): String ( :
- # Arguments
- # level_id:
- # student_ids:
- ID!, : [ID]): String ( :
- }
link Require by
This element is not required by anyone