github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/frontend/schema/followingTeacher.graphql (about)

     1  mutation createFollowingTeacher($input: CreateFollowingTeacherInput!) {
     2    createFollowingTeacher(input: $input) {
     3      id
     4      teacherId
     5    }
     6  }
     7  
     8  mutation deleteFollowingTeachers($input: DeleteFollowingTeachersInput!) {
     9    deleteFollowingTeachers(input: $input) {
    10      teacherIds
    11    }
    12  }