@quesmed/types-rn 2.5.5 → 2.5.6
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
|
@@ -610,10 +610,10 @@ exports.MARKSHEETS = (0, client_1.gql) `
|
|
|
610
610
|
displayName
|
|
611
611
|
}
|
|
612
612
|
marks {
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
613
|
+
question {
|
|
614
|
+
topic {
|
|
615
|
+
typeId
|
|
616
|
+
name
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
}
|
|
@@ -644,6 +644,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
644
644
|
flaggedQuestions(filter: $filter) {
|
|
645
645
|
total
|
|
646
646
|
results {
|
|
647
|
+
createdAt
|
|
647
648
|
id
|
|
648
649
|
markId
|
|
649
650
|
questionId
|