Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {"operationName":"s21TeacherTaskConstructorGetReviewsData","variables":{"taskId":"168439"},"query":"query s21TeacherTaskConstructorGetReviewsData($taskId: ID!) { systemAdmin { getCheckSequenceSettings(taskId: $taskId) { ...S21TeacherTaskConstructorCheckSequenceSettings __typename } getSoftSkillTypes { ...S21TeacherTaskConstructorSoftSkillType __typename } __typename } businessAdmin { getTaskAdditionalAttributes(taskId: $taskId) { ...S21TeacherTaskConstructorAdditionalAttributes __typename } __typename } systemAdmin { getSoftSkillTypes { ...S21TeacherTaskConstructorSoftSkillType __typename } __typename } } fragment S21TeacherTaskConstructorCheckSequenceSettings on CheckSequenceSettings { taskId countingFormula checks { checkType percentage __typename } __typename } fragment S21TeacherTaskConstructorSoftSkillType on SoftSkillType { id name description category __typename } fragment S21TeacherTaskConstructorAdditionalAttributes on AdditionalAttributes { taskId cookiesCount periodOfVerification reviewUserCount pointTask percentageOfCompletion p2pFormula percentageOfBonusP2p firstMistakeP2p percentageOfBonusAuto firstMistakeAuto softSkillPercentage { softSkillTypeId percentage __typename } groupSoftSkillPercentage { softSkillTypeId percentage __typename } __typename } "}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement