@quesmed/types 2.2.34 → 2.2.37

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.
@@ -14,6 +14,10 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
14
14
  agoraId
15
15
  topicIds
16
16
  completed
17
+ topicIds
18
+ topicNames
19
+ mockTestId
20
+ totalQuestions
17
21
  solo
18
22
  state
19
23
  currentMarkId
@@ -1244,23 +1248,554 @@ exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
1244
1248
  restricted {
1245
1249
  startOrJoinMarksheet(agoraId: $agoraId, solo: $solo) {
1246
1250
  id
1247
- createdAt
1248
- startedAt
1249
- agoraId
1251
+ topicConceptData
1252
+ currentMarkId
1253
+ completed
1254
+ topicIds
1255
+ topicNames
1256
+ mockTestId
1257
+ totalQuestions
1250
1258
  solo
1259
+ agoraId
1251
1260
  state
1252
- endedAt
1253
- source
1254
1261
  user {
1255
1262
  id
1256
1263
  displayName
1257
1264
  }
1258
- state
1259
1265
  users {
1260
1266
  id
1261
1267
  displayName
1262
1268
  }
1263
- completed
1269
+ builderConfig {
1270
+ difficulty
1271
+ isTest
1272
+ numberOfQuestions
1273
+ secondsPerQuestion
1274
+ unseen
1275
+ seenCorrect
1276
+ seenIncorrect
1277
+ }
1278
+ preBuildData {
1279
+ buildRef
1280
+ seenCorrect
1281
+ seenIncorrect
1282
+ unseen
1283
+ }
1284
+ createdAt
1285
+ startedAt
1286
+ endedAt
1287
+ isTestMarksheet
1288
+ source
1289
+ correct
1290
+ incorrect
1291
+ marks {
1292
+ id
1293
+ flagged
1294
+ index
1295
+ questionChoiceId
1296
+ marksheetId
1297
+ timeTaken
1298
+ isAnswered
1299
+ mark
1300
+ question {
1301
+ ... on QuestionSBA {
1302
+ conceptId
1303
+ difficulty
1304
+ dislikes
1305
+ explanation
1306
+ id
1307
+ isLikedByMe
1308
+ likes
1309
+ question
1310
+ totalVotes
1311
+ typeId
1312
+ choices {
1313
+ id
1314
+ explanation
1315
+ name
1316
+ label
1317
+ answer
1318
+ votes
1319
+ picture {
1320
+ id
1321
+ createdAt
1322
+ updatedAt
1323
+ name
1324
+ caption
1325
+ path
1326
+ path512
1327
+ path256
1328
+ }
1329
+ }
1330
+ comments {
1331
+ id
1332
+ createdAt
1333
+ comment
1334
+ likes
1335
+ user {
1336
+ id
1337
+ displayName
1338
+ }
1339
+ dislikes
1340
+ isLikedByMe
1341
+ questionId
1342
+ replies {
1343
+ id
1344
+ createdAt
1345
+ comment
1346
+ user {
1347
+ id
1348
+ displayName
1349
+ }
1350
+ likes
1351
+ dislikes
1352
+ isLikedByMe
1353
+ questionId
1354
+ }
1355
+ }
1356
+ concept {
1357
+ id
1358
+ name
1359
+ chapter {
1360
+ id
1361
+ explanation
1362
+ pictures {
1363
+ id
1364
+ createdAt
1365
+ updatedAt
1366
+ name
1367
+ caption
1368
+ path
1369
+ path512
1370
+ path256
1371
+ topicId
1372
+ topic {
1373
+ id
1374
+ name
1375
+ typeId
1376
+ }
1377
+ }
1378
+ }
1379
+ videos {
1380
+ id
1381
+ title
1382
+ museId
1383
+ startTime
1384
+ endTime
1385
+ thumbnail
1386
+ concepts {
1387
+ id
1388
+ name
1389
+ }
1390
+ live
1391
+ description
1392
+ duration
1393
+ }
1394
+ }
1395
+ pictures {
1396
+ id
1397
+ createdAt
1398
+ updatedAt
1399
+ name
1400
+ caption
1401
+ path
1402
+ path512
1403
+ path256
1404
+ topicId
1405
+ topic {
1406
+ id
1407
+ name
1408
+ typeId
1409
+ }
1410
+ }
1411
+ difficulty
1412
+ psaSectionId
1413
+ likes
1414
+ dislikes
1415
+ isLikedByMe
1416
+ sbaAnswer: answer
1417
+ }
1418
+ ... on QuestionQA {
1419
+ conceptId
1420
+ difficulty
1421
+ dislikes
1422
+ explanation
1423
+ id
1424
+ isLikedByMe
1425
+ likes
1426
+ question
1427
+ totalVotes
1428
+ typeId
1429
+ choices {
1430
+ id
1431
+ explanation
1432
+ name
1433
+ label
1434
+ answer
1435
+ votes
1436
+ picture {
1437
+ id
1438
+ createdAt
1439
+ updatedAt
1440
+ name
1441
+ caption
1442
+ path
1443
+ path512
1444
+ path256
1445
+ }
1446
+ }
1447
+ comments {
1448
+ id
1449
+ createdAt
1450
+ comment
1451
+ likes
1452
+ user {
1453
+ id
1454
+ displayName
1455
+ }
1456
+ dislikes
1457
+ isLikedByMe
1458
+ questionId
1459
+ replies {
1460
+ id
1461
+ createdAt
1462
+ comment
1463
+ user {
1464
+ id
1465
+ displayName
1466
+ }
1467
+ likes
1468
+ dislikes
1469
+ isLikedByMe
1470
+ questionId
1471
+ }
1472
+ }
1473
+ concept {
1474
+ id
1475
+ name
1476
+ chapter {
1477
+ id
1478
+ explanation
1479
+ pictures {
1480
+ id
1481
+ createdAt
1482
+ updatedAt
1483
+ name
1484
+ caption
1485
+ path
1486
+ path512
1487
+ path256
1488
+ topicId
1489
+ topic {
1490
+ id
1491
+ name
1492
+ typeId
1493
+ }
1494
+ }
1495
+ }
1496
+ videos {
1497
+ id
1498
+ title
1499
+ museId
1500
+ startTime
1501
+ endTime
1502
+ thumbnail
1503
+ concepts {
1504
+ id
1505
+ name
1506
+ }
1507
+ live
1508
+ description
1509
+ duration
1510
+ }
1511
+ }
1512
+ pictures {
1513
+ id
1514
+ createdAt
1515
+ updatedAt
1516
+ name
1517
+ caption
1518
+ path
1519
+ path512
1520
+ path256
1521
+ topicId
1522
+ topic {
1523
+ id
1524
+ name
1525
+ typeId
1526
+ }
1527
+ }
1528
+ difficulty
1529
+ psaSectionId
1530
+ likes
1531
+ dislikes
1532
+ isLikedByMe
1533
+ qaAnswer: answer {
1534
+ dose
1535
+ units
1536
+ }
1537
+ }
1538
+ ... on QuestionMultiA {
1539
+ conceptId
1540
+ difficulty
1541
+ dislikes
1542
+ explanation
1543
+ id
1544
+ isLikedByMe
1545
+ likes
1546
+ question
1547
+ totalVotes
1548
+ typeId
1549
+ choices {
1550
+ id
1551
+ explanation
1552
+ name
1553
+ label
1554
+ answer
1555
+ votes
1556
+ picture {
1557
+ id
1558
+ createdAt
1559
+ updatedAt
1560
+ name
1561
+ caption
1562
+ path
1563
+ path512
1564
+ path256
1565
+ }
1566
+ }
1567
+ comments {
1568
+ id
1569
+ createdAt
1570
+ comment
1571
+ likes
1572
+ user {
1573
+ id
1574
+ displayName
1575
+ }
1576
+ dislikes
1577
+ isLikedByMe
1578
+ questionId
1579
+ replies {
1580
+ id
1581
+ createdAt
1582
+ comment
1583
+ user {
1584
+ id
1585
+ displayName
1586
+ }
1587
+ likes
1588
+ dislikes
1589
+ isLikedByMe
1590
+ questionId
1591
+ }
1592
+ }
1593
+ concept {
1594
+ id
1595
+ name
1596
+ chapter {
1597
+ id
1598
+ explanation
1599
+ pictures {
1600
+ id
1601
+ createdAt
1602
+ updatedAt
1603
+ name
1604
+ caption
1605
+ path
1606
+ path512
1607
+ path256
1608
+ topicId
1609
+ topic {
1610
+ id
1611
+ name
1612
+ typeId
1613
+ }
1614
+ }
1615
+ }
1616
+ videos {
1617
+ id
1618
+ title
1619
+ museId
1620
+ startTime
1621
+ endTime
1622
+ thumbnail
1623
+ concepts {
1624
+ id
1625
+ name
1626
+ }
1627
+ live
1628
+ description
1629
+ duration
1630
+ }
1631
+ }
1632
+ pictures {
1633
+ id
1634
+ createdAt
1635
+ updatedAt
1636
+ name
1637
+ caption
1638
+ path
1639
+ path512
1640
+ path256
1641
+ topicId
1642
+ topic {
1643
+ id
1644
+ name
1645
+ typeId
1646
+ }
1647
+ }
1648
+ difficulty
1649
+ psaSectionId
1650
+ likes
1651
+ dislikes
1652
+ isLikedByMe
1653
+ multiAnswer: answer
1654
+ }
1655
+ ... on QuestionPrescription {
1656
+ conceptId
1657
+ difficulty
1658
+ dislikes
1659
+ explanation
1660
+ id
1661
+ isLikedByMe
1662
+ likes
1663
+ question
1664
+ totalVotes
1665
+ typeId
1666
+ choices {
1667
+ id
1668
+ explanation
1669
+ name
1670
+ label
1671
+ answer
1672
+ votes
1673
+ picture {
1674
+ id
1675
+ createdAt
1676
+ updatedAt
1677
+ name
1678
+ caption
1679
+ path
1680
+ path512
1681
+ path256
1682
+ }
1683
+ }
1684
+ comments {
1685
+ id
1686
+ createdAt
1687
+ comment
1688
+ likes
1689
+ user {
1690
+ id
1691
+ displayName
1692
+ }
1693
+ dislikes
1694
+ isLikedByMe
1695
+ questionId
1696
+ replies {
1697
+ id
1698
+ createdAt
1699
+ comment
1700
+ user {
1701
+ id
1702
+ displayName
1703
+ }
1704
+ likes
1705
+ dislikes
1706
+ isLikedByMe
1707
+ questionId
1708
+ }
1709
+ }
1710
+ concept {
1711
+ id
1712
+ name
1713
+ chapter {
1714
+ id
1715
+ explanation
1716
+ pictures {
1717
+ id
1718
+ createdAt
1719
+ updatedAt
1720
+ name
1721
+ caption
1722
+ path
1723
+ path512
1724
+ path256
1725
+ topicId
1726
+ topic {
1727
+ id
1728
+ name
1729
+ typeId
1730
+ }
1731
+ }
1732
+ }
1733
+ videos {
1734
+ id
1735
+ title
1736
+ museId
1737
+ startTime
1738
+ endTime
1739
+ thumbnail
1740
+ concepts {
1741
+ id
1742
+ name
1743
+ }
1744
+ live
1745
+ description
1746
+ duration
1747
+ }
1748
+ }
1749
+ pictures {
1750
+ id
1751
+ createdAt
1752
+ updatedAt
1753
+ name
1754
+ caption
1755
+ path
1756
+ path512
1757
+ path256
1758
+ topicId
1759
+ topic {
1760
+ id
1761
+ name
1762
+ typeId
1763
+ }
1764
+ }
1765
+ difficulty
1766
+ psaSectionId
1767
+ likes
1768
+ dislikes
1769
+ isLikedByMe
1770
+ prescribeAnswer: answer {
1771
+ dose {
1772
+ value
1773
+ display
1774
+ }
1775
+ drug {
1776
+ value
1777
+ display
1778
+ }
1779
+ route {
1780
+ value
1781
+ display
1782
+ }
1783
+ frequency {
1784
+ display
1785
+ value
1786
+ }
1787
+ duration {
1788
+ display
1789
+ value
1790
+ }
1791
+ units {
1792
+ display
1793
+ value
1794
+ }
1795
+ }
1796
+ }
1797
+ }
1798
+ }
1264
1799
  }
1265
1800
  }
1266
1801
  }
@@ -10,9 +10,17 @@ exports.MARKSHEET = (0, client_1.gql) `
10
10
  topicConceptData
11
11
  currentMarkId
12
12
  completed
13
+ topicIds
14
+ topicNames
15
+ mockTestId
16
+ totalQuestions
13
17
  solo
14
18
  agoraId
15
19
  state
20
+ user {
21
+ id
22
+ displayName
23
+ }
16
24
  users {
17
25
  id
18
26
  displayName
@@ -29,11 +29,14 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
29
29
  sampleMarksheet(marksheetId: $marksheetId) {
30
30
  id
31
31
  endedAt
32
+ solo
32
33
  source
33
34
  marks {
34
35
  id
35
36
  index
36
37
  questionChoiceId
38
+ marksheetId
39
+ isAnswered
37
40
  timeTaken
38
41
  question {
39
42
  id
@@ -11,6 +11,10 @@ export const BUILD_MARKSHEET = gql `
11
11
  agoraId
12
12
  topicIds
13
13
  completed
14
+ topicIds
15
+ topicNames
16
+ mockTestId
17
+ totalQuestions
14
18
  solo
15
19
  state
16
20
  currentMarkId
@@ -1239,23 +1243,554 @@ export const START_OR_JOIN_MARKSHEET = gql `
1239
1243
  restricted {
1240
1244
  startOrJoinMarksheet(agoraId: $agoraId, solo: $solo) {
1241
1245
  id
1242
- createdAt
1243
- startedAt
1244
- agoraId
1246
+ topicConceptData
1247
+ currentMarkId
1248
+ completed
1249
+ topicIds
1250
+ topicNames
1251
+ mockTestId
1252
+ totalQuestions
1245
1253
  solo
1254
+ agoraId
1246
1255
  state
1247
- endedAt
1248
- source
1249
1256
  user {
1250
1257
  id
1251
1258
  displayName
1252
1259
  }
1253
- state
1254
1260
  users {
1255
1261
  id
1256
1262
  displayName
1257
1263
  }
1258
- completed
1264
+ builderConfig {
1265
+ difficulty
1266
+ isTest
1267
+ numberOfQuestions
1268
+ secondsPerQuestion
1269
+ unseen
1270
+ seenCorrect
1271
+ seenIncorrect
1272
+ }
1273
+ preBuildData {
1274
+ buildRef
1275
+ seenCorrect
1276
+ seenIncorrect
1277
+ unseen
1278
+ }
1279
+ createdAt
1280
+ startedAt
1281
+ endedAt
1282
+ isTestMarksheet
1283
+ source
1284
+ correct
1285
+ incorrect
1286
+ marks {
1287
+ id
1288
+ flagged
1289
+ index
1290
+ questionChoiceId
1291
+ marksheetId
1292
+ timeTaken
1293
+ isAnswered
1294
+ mark
1295
+ question {
1296
+ ... on QuestionSBA {
1297
+ conceptId
1298
+ difficulty
1299
+ dislikes
1300
+ explanation
1301
+ id
1302
+ isLikedByMe
1303
+ likes
1304
+ question
1305
+ totalVotes
1306
+ typeId
1307
+ choices {
1308
+ id
1309
+ explanation
1310
+ name
1311
+ label
1312
+ answer
1313
+ votes
1314
+ picture {
1315
+ id
1316
+ createdAt
1317
+ updatedAt
1318
+ name
1319
+ caption
1320
+ path
1321
+ path512
1322
+ path256
1323
+ }
1324
+ }
1325
+ comments {
1326
+ id
1327
+ createdAt
1328
+ comment
1329
+ likes
1330
+ user {
1331
+ id
1332
+ displayName
1333
+ }
1334
+ dislikes
1335
+ isLikedByMe
1336
+ questionId
1337
+ replies {
1338
+ id
1339
+ createdAt
1340
+ comment
1341
+ user {
1342
+ id
1343
+ displayName
1344
+ }
1345
+ likes
1346
+ dislikes
1347
+ isLikedByMe
1348
+ questionId
1349
+ }
1350
+ }
1351
+ concept {
1352
+ id
1353
+ name
1354
+ chapter {
1355
+ id
1356
+ explanation
1357
+ pictures {
1358
+ id
1359
+ createdAt
1360
+ updatedAt
1361
+ name
1362
+ caption
1363
+ path
1364
+ path512
1365
+ path256
1366
+ topicId
1367
+ topic {
1368
+ id
1369
+ name
1370
+ typeId
1371
+ }
1372
+ }
1373
+ }
1374
+ videos {
1375
+ id
1376
+ title
1377
+ museId
1378
+ startTime
1379
+ endTime
1380
+ thumbnail
1381
+ concepts {
1382
+ id
1383
+ name
1384
+ }
1385
+ live
1386
+ description
1387
+ duration
1388
+ }
1389
+ }
1390
+ pictures {
1391
+ id
1392
+ createdAt
1393
+ updatedAt
1394
+ name
1395
+ caption
1396
+ path
1397
+ path512
1398
+ path256
1399
+ topicId
1400
+ topic {
1401
+ id
1402
+ name
1403
+ typeId
1404
+ }
1405
+ }
1406
+ difficulty
1407
+ psaSectionId
1408
+ likes
1409
+ dislikes
1410
+ isLikedByMe
1411
+ sbaAnswer: answer
1412
+ }
1413
+ ... on QuestionQA {
1414
+ conceptId
1415
+ difficulty
1416
+ dislikes
1417
+ explanation
1418
+ id
1419
+ isLikedByMe
1420
+ likes
1421
+ question
1422
+ totalVotes
1423
+ typeId
1424
+ choices {
1425
+ id
1426
+ explanation
1427
+ name
1428
+ label
1429
+ answer
1430
+ votes
1431
+ picture {
1432
+ id
1433
+ createdAt
1434
+ updatedAt
1435
+ name
1436
+ caption
1437
+ path
1438
+ path512
1439
+ path256
1440
+ }
1441
+ }
1442
+ comments {
1443
+ id
1444
+ createdAt
1445
+ comment
1446
+ likes
1447
+ user {
1448
+ id
1449
+ displayName
1450
+ }
1451
+ dislikes
1452
+ isLikedByMe
1453
+ questionId
1454
+ replies {
1455
+ id
1456
+ createdAt
1457
+ comment
1458
+ user {
1459
+ id
1460
+ displayName
1461
+ }
1462
+ likes
1463
+ dislikes
1464
+ isLikedByMe
1465
+ questionId
1466
+ }
1467
+ }
1468
+ concept {
1469
+ id
1470
+ name
1471
+ chapter {
1472
+ id
1473
+ explanation
1474
+ pictures {
1475
+ id
1476
+ createdAt
1477
+ updatedAt
1478
+ name
1479
+ caption
1480
+ path
1481
+ path512
1482
+ path256
1483
+ topicId
1484
+ topic {
1485
+ id
1486
+ name
1487
+ typeId
1488
+ }
1489
+ }
1490
+ }
1491
+ videos {
1492
+ id
1493
+ title
1494
+ museId
1495
+ startTime
1496
+ endTime
1497
+ thumbnail
1498
+ concepts {
1499
+ id
1500
+ name
1501
+ }
1502
+ live
1503
+ description
1504
+ duration
1505
+ }
1506
+ }
1507
+ pictures {
1508
+ id
1509
+ createdAt
1510
+ updatedAt
1511
+ name
1512
+ caption
1513
+ path
1514
+ path512
1515
+ path256
1516
+ topicId
1517
+ topic {
1518
+ id
1519
+ name
1520
+ typeId
1521
+ }
1522
+ }
1523
+ difficulty
1524
+ psaSectionId
1525
+ likes
1526
+ dislikes
1527
+ isLikedByMe
1528
+ qaAnswer: answer {
1529
+ dose
1530
+ units
1531
+ }
1532
+ }
1533
+ ... on QuestionMultiA {
1534
+ conceptId
1535
+ difficulty
1536
+ dislikes
1537
+ explanation
1538
+ id
1539
+ isLikedByMe
1540
+ likes
1541
+ question
1542
+ totalVotes
1543
+ typeId
1544
+ choices {
1545
+ id
1546
+ explanation
1547
+ name
1548
+ label
1549
+ answer
1550
+ votes
1551
+ picture {
1552
+ id
1553
+ createdAt
1554
+ updatedAt
1555
+ name
1556
+ caption
1557
+ path
1558
+ path512
1559
+ path256
1560
+ }
1561
+ }
1562
+ comments {
1563
+ id
1564
+ createdAt
1565
+ comment
1566
+ likes
1567
+ user {
1568
+ id
1569
+ displayName
1570
+ }
1571
+ dislikes
1572
+ isLikedByMe
1573
+ questionId
1574
+ replies {
1575
+ id
1576
+ createdAt
1577
+ comment
1578
+ user {
1579
+ id
1580
+ displayName
1581
+ }
1582
+ likes
1583
+ dislikes
1584
+ isLikedByMe
1585
+ questionId
1586
+ }
1587
+ }
1588
+ concept {
1589
+ id
1590
+ name
1591
+ chapter {
1592
+ id
1593
+ explanation
1594
+ pictures {
1595
+ id
1596
+ createdAt
1597
+ updatedAt
1598
+ name
1599
+ caption
1600
+ path
1601
+ path512
1602
+ path256
1603
+ topicId
1604
+ topic {
1605
+ id
1606
+ name
1607
+ typeId
1608
+ }
1609
+ }
1610
+ }
1611
+ videos {
1612
+ id
1613
+ title
1614
+ museId
1615
+ startTime
1616
+ endTime
1617
+ thumbnail
1618
+ concepts {
1619
+ id
1620
+ name
1621
+ }
1622
+ live
1623
+ description
1624
+ duration
1625
+ }
1626
+ }
1627
+ pictures {
1628
+ id
1629
+ createdAt
1630
+ updatedAt
1631
+ name
1632
+ caption
1633
+ path
1634
+ path512
1635
+ path256
1636
+ topicId
1637
+ topic {
1638
+ id
1639
+ name
1640
+ typeId
1641
+ }
1642
+ }
1643
+ difficulty
1644
+ psaSectionId
1645
+ likes
1646
+ dislikes
1647
+ isLikedByMe
1648
+ multiAnswer: answer
1649
+ }
1650
+ ... on QuestionPrescription {
1651
+ conceptId
1652
+ difficulty
1653
+ dislikes
1654
+ explanation
1655
+ id
1656
+ isLikedByMe
1657
+ likes
1658
+ question
1659
+ totalVotes
1660
+ typeId
1661
+ choices {
1662
+ id
1663
+ explanation
1664
+ name
1665
+ label
1666
+ answer
1667
+ votes
1668
+ picture {
1669
+ id
1670
+ createdAt
1671
+ updatedAt
1672
+ name
1673
+ caption
1674
+ path
1675
+ path512
1676
+ path256
1677
+ }
1678
+ }
1679
+ comments {
1680
+ id
1681
+ createdAt
1682
+ comment
1683
+ likes
1684
+ user {
1685
+ id
1686
+ displayName
1687
+ }
1688
+ dislikes
1689
+ isLikedByMe
1690
+ questionId
1691
+ replies {
1692
+ id
1693
+ createdAt
1694
+ comment
1695
+ user {
1696
+ id
1697
+ displayName
1698
+ }
1699
+ likes
1700
+ dislikes
1701
+ isLikedByMe
1702
+ questionId
1703
+ }
1704
+ }
1705
+ concept {
1706
+ id
1707
+ name
1708
+ chapter {
1709
+ id
1710
+ explanation
1711
+ pictures {
1712
+ id
1713
+ createdAt
1714
+ updatedAt
1715
+ name
1716
+ caption
1717
+ path
1718
+ path512
1719
+ path256
1720
+ topicId
1721
+ topic {
1722
+ id
1723
+ name
1724
+ typeId
1725
+ }
1726
+ }
1727
+ }
1728
+ videos {
1729
+ id
1730
+ title
1731
+ museId
1732
+ startTime
1733
+ endTime
1734
+ thumbnail
1735
+ concepts {
1736
+ id
1737
+ name
1738
+ }
1739
+ live
1740
+ description
1741
+ duration
1742
+ }
1743
+ }
1744
+ pictures {
1745
+ id
1746
+ createdAt
1747
+ updatedAt
1748
+ name
1749
+ caption
1750
+ path
1751
+ path512
1752
+ path256
1753
+ topicId
1754
+ topic {
1755
+ id
1756
+ name
1757
+ typeId
1758
+ }
1759
+ }
1760
+ difficulty
1761
+ psaSectionId
1762
+ likes
1763
+ dislikes
1764
+ isLikedByMe
1765
+ prescribeAnswer: answer {
1766
+ dose {
1767
+ value
1768
+ display
1769
+ }
1770
+ drug {
1771
+ value
1772
+ display
1773
+ }
1774
+ route {
1775
+ value
1776
+ display
1777
+ }
1778
+ frequency {
1779
+ display
1780
+ value
1781
+ }
1782
+ duration {
1783
+ display
1784
+ value
1785
+ }
1786
+ units {
1787
+ display
1788
+ value
1789
+ }
1790
+ }
1791
+ }
1792
+ }
1793
+ }
1259
1794
  }
1260
1795
  }
1261
1796
  }
@@ -7,9 +7,17 @@ export const MARKSHEET = gql `
7
7
  topicConceptData
8
8
  currentMarkId
9
9
  completed
10
+ topicIds
11
+ topicNames
12
+ mockTestId
13
+ totalQuestions
10
14
  solo
11
15
  agoraId
12
16
  state
17
+ user {
18
+ id
19
+ displayName
20
+ }
13
21
  users {
14
22
  id
15
23
  displayName
@@ -26,11 +26,14 @@ export const SAMPLE_MARKSHEET = gql `
26
26
  sampleMarksheet(marksheetId: $marksheetId) {
27
27
  id
28
28
  endedAt
29
+ solo
29
30
  source
30
31
  marks {
31
32
  id
32
33
  index
33
34
  questionChoiceId
35
+ marksheetId
36
+ isAnswered
34
37
  timeTaken
35
38
  question {
36
39
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.34",
3
+ "version": "2.2.37",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",