@quesmed/types 2.2.57 → 2.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2427,6 +2427,7 @@ exports.REMOVE_FLAGGED_QUESTION = (0, client_1.gql) `
|
|
|
2427
2427
|
restricted {
|
|
2428
2428
|
removeFlaggedQuestion(questionId: $questionId) {
|
|
2429
2429
|
id
|
|
2430
|
+
markId
|
|
2430
2431
|
}
|
|
2431
2432
|
}
|
|
2432
2433
|
}
|
|
@@ -3586,7 +3587,7 @@ exports.LEAVE_MARKSHEET = (0, client_1.gql) `
|
|
|
3586
3587
|
exports.END_MARKSHEET = (0, client_1.gql) `
|
|
3587
3588
|
mutation EndMarksheet($marksheetId: Int!) {
|
|
3588
3589
|
restricted {
|
|
3589
|
-
endMarksheet(marksheetId: $marksheetId){
|
|
3590
|
+
endMarksheet(marksheetId: $marksheetId) {
|
|
3590
3591
|
id
|
|
3591
3592
|
timeTaken
|
|
3592
3593
|
endedAt
|
|
@@ -2422,6 +2422,7 @@ export const REMOVE_FLAGGED_QUESTION = gql `
|
|
|
2422
2422
|
restricted {
|
|
2423
2423
|
removeFlaggedQuestion(questionId: $questionId) {
|
|
2424
2424
|
id
|
|
2425
|
+
markId
|
|
2425
2426
|
}
|
|
2426
2427
|
}
|
|
2427
2428
|
}
|
|
@@ -3580,7 +3581,7 @@ export const LEAVE_MARKSHEET = gql `
|
|
|
3580
3581
|
export const END_MARKSHEET = gql `
|
|
3581
3582
|
mutation EndMarksheet($marksheetId: Int!) {
|
|
3582
3583
|
restricted {
|
|
3583
|
-
endMarksheet(marksheetId: $marksheetId){
|
|
3584
|
+
endMarksheet(marksheetId: $marksheetId) {
|
|
3584
3585
|
id
|
|
3585
3586
|
timeTaken
|
|
3586
3587
|
endedAt
|