@quesmed/types-rn 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.
package/package.json
CHANGED
|
@@ -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
|