@quesmed/types 2.2.57 → 2.2.60
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.
|
@@ -1856,6 +1856,10 @@ exports.ADD_FLAGGED_QUESTION = (0, client_1.gql) `
|
|
|
1856
1856
|
concept {
|
|
1857
1857
|
id
|
|
1858
1858
|
name
|
|
1859
|
+
topic {
|
|
1860
|
+
name
|
|
1861
|
+
typeId
|
|
1862
|
+
}
|
|
1859
1863
|
chapter {
|
|
1860
1864
|
id
|
|
1861
1865
|
explanation
|
|
@@ -2427,6 +2431,7 @@ exports.REMOVE_FLAGGED_QUESTION = (0, client_1.gql) `
|
|
|
2427
2431
|
restricted {
|
|
2428
2432
|
removeFlaggedQuestion(questionId: $questionId) {
|
|
2429
2433
|
id
|
|
2434
|
+
markId
|
|
2430
2435
|
}
|
|
2431
2436
|
}
|
|
2432
2437
|
}
|
|
@@ -3586,7 +3591,7 @@ exports.LEAVE_MARKSHEET = (0, client_1.gql) `
|
|
|
3586
3591
|
exports.END_MARKSHEET = (0, client_1.gql) `
|
|
3587
3592
|
mutation EndMarksheet($marksheetId: Int!) {
|
|
3588
3593
|
restricted {
|
|
3589
|
-
endMarksheet(marksheetId: $marksheetId){
|
|
3594
|
+
endMarksheet(marksheetId: $marksheetId) {
|
|
3590
3595
|
id
|
|
3591
3596
|
timeTaken
|
|
3592
3597
|
endedAt
|
|
@@ -1851,6 +1851,10 @@ export const ADD_FLAGGED_QUESTION = gql `
|
|
|
1851
1851
|
concept {
|
|
1852
1852
|
id
|
|
1853
1853
|
name
|
|
1854
|
+
topic {
|
|
1855
|
+
name
|
|
1856
|
+
typeId
|
|
1857
|
+
}
|
|
1854
1858
|
chapter {
|
|
1855
1859
|
id
|
|
1856
1860
|
explanation
|
|
@@ -2422,6 +2426,7 @@ export const REMOVE_FLAGGED_QUESTION = gql `
|
|
|
2422
2426
|
restricted {
|
|
2423
2427
|
removeFlaggedQuestion(questionId: $questionId) {
|
|
2424
2428
|
id
|
|
2429
|
+
markId
|
|
2425
2430
|
}
|
|
2426
2431
|
}
|
|
2427
2432
|
}
|
|
@@ -3580,7 +3585,7 @@ export const LEAVE_MARKSHEET = gql `
|
|
|
3580
3585
|
export const END_MARKSHEET = gql `
|
|
3581
3586
|
mutation EndMarksheet($marksheetId: Int!) {
|
|
3582
3587
|
restricted {
|
|
3583
|
-
endMarksheet(marksheetId: $marksheetId){
|
|
3588
|
+
endMarksheet(marksheetId: $marksheetId) {
|
|
3584
3589
|
id
|
|
3585
3590
|
timeTaken
|
|
3586
3591
|
endedAt
|