@quesmed/types 2.2.65 → 2.2.68
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/dist/cjs/resolvers/mutation/restricted/marksheet.js +26 -22
- package/dist/cjs/resolvers/mutation/sample.js +1 -0
- package/dist/cjs/resolvers/query/sample.js +2 -0
- package/dist/mjs/resolvers/mutation/restricted/marksheet.js +26 -22
- package/dist/mjs/resolvers/mutation/sample.js +1 -0
- package/dist/mjs/resolvers/query/sample.js +2 -0
- package/package.json +1 -1
|
@@ -1138,14 +1138,29 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
|
|
|
1138
1138
|
restricted {
|
|
1139
1139
|
reBuildMarksheet(marksheetId: $marksheetId) {
|
|
1140
1140
|
id
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1141
|
+
topicConceptData
|
|
1142
|
+
currentMarkId
|
|
1143
|
+
completed
|
|
1144
|
+
timeTaken
|
|
1144
1145
|
topicIds
|
|
1145
1146
|
topicNames
|
|
1147
|
+
mockTestId
|
|
1148
|
+
totalQuestions
|
|
1149
|
+
solo
|
|
1150
|
+
agoraId
|
|
1146
1151
|
state
|
|
1147
|
-
|
|
1148
|
-
|
|
1152
|
+
user {
|
|
1153
|
+
id
|
|
1154
|
+
displayName
|
|
1155
|
+
}
|
|
1156
|
+
users {
|
|
1157
|
+
id
|
|
1158
|
+
displayName
|
|
1159
|
+
}
|
|
1160
|
+
activeUsers {
|
|
1161
|
+
id
|
|
1162
|
+
displayName
|
|
1163
|
+
}
|
|
1149
1164
|
builderConfig {
|
|
1150
1165
|
difficulty
|
|
1151
1166
|
isTest
|
|
@@ -1161,19 +1176,13 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
|
|
|
1161
1176
|
seenIncorrect
|
|
1162
1177
|
unseen
|
|
1163
1178
|
}
|
|
1179
|
+
createdAt
|
|
1180
|
+
startedAt
|
|
1181
|
+
endedAt
|
|
1182
|
+
isTestMarksheet
|
|
1164
1183
|
source
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
displayName
|
|
1168
|
-
}
|
|
1169
|
-
users {
|
|
1170
|
-
id
|
|
1171
|
-
displayName
|
|
1172
|
-
}
|
|
1173
|
-
user {
|
|
1174
|
-
displayName
|
|
1175
|
-
id
|
|
1176
|
-
}
|
|
1184
|
+
correct
|
|
1185
|
+
incorrect
|
|
1177
1186
|
marks {
|
|
1178
1187
|
id
|
|
1179
1188
|
flagged
|
|
@@ -1683,11 +1692,6 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
|
|
|
1683
1692
|
}
|
|
1684
1693
|
}
|
|
1685
1694
|
}
|
|
1686
|
-
mockTestId
|
|
1687
|
-
correct
|
|
1688
|
-
incorrect
|
|
1689
|
-
totalQuestions
|
|
1690
|
-
isTestMarksheet
|
|
1691
1695
|
}
|
|
1692
1696
|
}
|
|
1693
1697
|
}
|
|
@@ -1135,14 +1135,29 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1135
1135
|
restricted {
|
|
1136
1136
|
reBuildMarksheet(marksheetId: $marksheetId) {
|
|
1137
1137
|
id
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1138
|
+
topicConceptData
|
|
1139
|
+
currentMarkId
|
|
1140
|
+
completed
|
|
1141
|
+
timeTaken
|
|
1141
1142
|
topicIds
|
|
1142
1143
|
topicNames
|
|
1144
|
+
mockTestId
|
|
1145
|
+
totalQuestions
|
|
1146
|
+
solo
|
|
1147
|
+
agoraId
|
|
1143
1148
|
state
|
|
1144
|
-
|
|
1145
|
-
|
|
1149
|
+
user {
|
|
1150
|
+
id
|
|
1151
|
+
displayName
|
|
1152
|
+
}
|
|
1153
|
+
users {
|
|
1154
|
+
id
|
|
1155
|
+
displayName
|
|
1156
|
+
}
|
|
1157
|
+
activeUsers {
|
|
1158
|
+
id
|
|
1159
|
+
displayName
|
|
1160
|
+
}
|
|
1146
1161
|
builderConfig {
|
|
1147
1162
|
difficulty
|
|
1148
1163
|
isTest
|
|
@@ -1158,19 +1173,13 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1158
1173
|
seenIncorrect
|
|
1159
1174
|
unseen
|
|
1160
1175
|
}
|
|
1176
|
+
createdAt
|
|
1177
|
+
startedAt
|
|
1178
|
+
endedAt
|
|
1179
|
+
isTestMarksheet
|
|
1161
1180
|
source
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
displayName
|
|
1165
|
-
}
|
|
1166
|
-
users {
|
|
1167
|
-
id
|
|
1168
|
-
displayName
|
|
1169
|
-
}
|
|
1170
|
-
user {
|
|
1171
|
-
displayName
|
|
1172
|
-
id
|
|
1173
|
-
}
|
|
1181
|
+
correct
|
|
1182
|
+
incorrect
|
|
1174
1183
|
marks {
|
|
1175
1184
|
id
|
|
1176
1185
|
flagged
|
|
@@ -1680,11 +1689,6 @@ export const RE_BUILD_MARKSHEET = gql `
|
|
|
1680
1689
|
}
|
|
1681
1690
|
}
|
|
1682
1691
|
}
|
|
1683
|
-
mockTestId
|
|
1684
|
-
correct
|
|
1685
|
-
incorrect
|
|
1686
|
-
totalQuestions
|
|
1687
|
-
isTestMarksheet
|
|
1688
1692
|
}
|
|
1689
1693
|
}
|
|
1690
1694
|
}
|