@quesmed/types-rn 2.2.60 → 2.2.63
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
|
@@ -1798,6 +1798,9 @@ exports.ADD_FLAGGED_QUESTION = (0, client_1.gql) `
|
|
|
1798
1798
|
mutation AddFlaggedQuestion($markId: Int!, $questionId: Int!) {
|
|
1799
1799
|
restricted {
|
|
1800
1800
|
addFlaggedQuestion(markId: $markId, questionId: $questionId) {
|
|
1801
|
+
id
|
|
1802
|
+
markId
|
|
1803
|
+
questionId
|
|
1801
1804
|
question {
|
|
1802
1805
|
conceptId
|
|
1803
1806
|
difficulty
|
|
@@ -2432,6 +2435,7 @@ exports.REMOVE_FLAGGED_QUESTION = (0, client_1.gql) `
|
|
|
2432
2435
|
removeFlaggedQuestion(questionId: $questionId) {
|
|
2433
2436
|
id
|
|
2434
2437
|
markId
|
|
2438
|
+
questionId
|
|
2435
2439
|
}
|
|
2436
2440
|
}
|
|
2437
2441
|
}
|
|
@@ -611,6 +611,9 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
611
611
|
flaggedQuestions(filter: $filter) {
|
|
612
612
|
total
|
|
613
613
|
results {
|
|
614
|
+
id
|
|
615
|
+
markId
|
|
616
|
+
questionId
|
|
614
617
|
question {
|
|
615
618
|
conceptId
|
|
616
619
|
difficulty
|
|
@@ -1285,6 +1288,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
1285
1288
|
marks {
|
|
1286
1289
|
id
|
|
1287
1290
|
flagged
|
|
1291
|
+
striked
|
|
1288
1292
|
index
|
|
1289
1293
|
questionChoiceId
|
|
1290
1294
|
marksheetId
|