|
10 | 10 | "types": [
|
11 | 11 | {
|
12 | 12 | "kind": "OBJECT",
|
13 |
| - "name": "Answer", |
| 13 | + "name": "Activity", |
14 | 14 | "description": null,
|
15 | 15 | "fields": [
|
16 | 16 | {
|
17 |
| - "name": "questionId", |
| 17 | + "name": "studentId", |
18 | 18 | "description": null,
|
19 | 19 | "args": [],
|
20 | 20 | "type": {
|
21 |
| - "kind": "SCALAR", |
22 |
| - "name": "String", |
23 |
| - "ofType": null |
| 21 | + "kind": "NON_NULL", |
| 22 | + "name": null, |
| 23 | + "ofType": { |
| 24 | + "kind": "SCALAR", |
| 25 | + "name": "String", |
| 26 | + "ofType": null |
| 27 | + } |
24 | 28 | },
|
25 | 29 | "isDeprecated": false,
|
26 | 30 | "deprecationReason": null
|
27 | 31 | },
|
28 | 32 | {
|
29 |
| - "name": "pointsAwarded", |
| 33 | + "name": "course", |
30 | 34 | "description": null,
|
31 | 35 | "args": [],
|
32 | 36 | "type": {
|
33 |
| - "kind": "SCALAR", |
34 |
| - "name": "Int", |
35 |
| - "ofType": null |
| 37 | + "kind": "NON_NULL", |
| 38 | + "name": null, |
| 39 | + "ofType": { |
| 40 | + "kind": "SCALAR", |
| 41 | + "name": "String", |
| 42 | + "ofType": null |
| 43 | + } |
36 | 44 | },
|
37 | 45 | "isDeprecated": false,
|
38 | 46 | "deprecationReason": null
|
39 | 47 | },
|
40 | 48 | {
|
41 |
| - "name": "answer", |
42 |
| - "description": "Either the id of the chosen answer id or the provided free response", |
| 49 | + "name": "note", |
| 50 | + "description": null, |
43 | 51 | "args": [],
|
44 | 52 | "type": {
|
45 |
| - "kind": "SCALAR", |
46 |
| - "name": "String", |
47 |
| - "ofType": null |
| 53 | + "kind": "NON_NULL", |
| 54 | + "name": null, |
| 55 | + "ofType": { |
| 56 | + "kind": "SCALAR", |
| 57 | + "name": "String", |
| 58 | + "ofType": null |
| 59 | + } |
48 | 60 | },
|
49 | 61 | "isDeprecated": false,
|
50 | 62 | "deprecationReason": null
|
51 | 63 | },
|
52 | 64 | {
|
53 |
| - "name": "graded", |
| 65 | + "name": "activityDate", |
54 | 66 | "description": null,
|
55 | 67 | "args": [],
|
56 | 68 | "type": {
|
57 | 69 | "kind": "NON_NULL",
|
58 | 70 | "name": null,
|
59 | 71 | "ofType": {
|
60 | 72 | "kind": "SCALAR",
|
61 |
| - "name": "Boolean", |
| 73 | + "name": "Date", |
62 | 74 | "ofType": null
|
63 | 75 | }
|
64 | 76 | },
|
65 | 77 | "isDeprecated": false,
|
66 | 78 | "deprecationReason": null
|
67 | 79 | },
|
68 | 80 | {
|
69 |
| - "name": "teacherComment", |
| 81 | + "name": "pointChange", |
70 | 82 | "description": null,
|
71 | 83 | "args": [],
|
72 | 84 | "type": {
|
73 |
| - "kind": "SCALAR", |
74 |
| - "name": "String", |
75 |
| - "ofType": null |
| 85 | + "kind": "NON_NULL", |
| 86 | + "name": null, |
| 87 | + "ofType": { |
| 88 | + "kind": "SCALAR", |
| 89 | + "name": "Int", |
| 90 | + "ofType": null |
| 91 | + } |
76 | 92 | },
|
77 | 93 | "isDeprecated": false,
|
78 | 94 | "deprecationReason": null
|
|
103 | 119 | "enumValues": null,
|
104 | 120 | "possibleTypes": null
|
105 | 121 | },
|
| 122 | + { |
| 123 | + "kind": "OBJECT", |
| 124 | + "name": "Answer", |
| 125 | + "description": null, |
| 126 | + "fields": [ |
| 127 | + { |
| 128 | + "name": "questionId", |
| 129 | + "description": null, |
| 130 | + "args": [], |
| 131 | + "type": { |
| 132 | + "kind": "SCALAR", |
| 133 | + "name": "String", |
| 134 | + "ofType": null |
| 135 | + }, |
| 136 | + "isDeprecated": false, |
| 137 | + "deprecationReason": null |
| 138 | + }, |
| 139 | + { |
| 140 | + "name": "pointsAwarded", |
| 141 | + "description": null, |
| 142 | + "args": [], |
| 143 | + "type": { |
| 144 | + "kind": "SCALAR", |
| 145 | + "name": "Int", |
| 146 | + "ofType": null |
| 147 | + }, |
| 148 | + "isDeprecated": false, |
| 149 | + "deprecationReason": null |
| 150 | + }, |
| 151 | + { |
| 152 | + "name": "answer", |
| 153 | + "description": "Either the id of the chosen answer id or the provided free response", |
| 154 | + "args": [], |
| 155 | + "type": { |
| 156 | + "kind": "SCALAR", |
| 157 | + "name": "String", |
| 158 | + "ofType": null |
| 159 | + }, |
| 160 | + "isDeprecated": false, |
| 161 | + "deprecationReason": null |
| 162 | + }, |
| 163 | + { |
| 164 | + "name": "graded", |
| 165 | + "description": null, |
| 166 | + "args": [], |
| 167 | + "type": { |
| 168 | + "kind": "NON_NULL", |
| 169 | + "name": null, |
| 170 | + "ofType": { |
| 171 | + "kind": "SCALAR", |
| 172 | + "name": "Boolean", |
| 173 | + "ofType": null |
| 174 | + } |
| 175 | + }, |
| 176 | + "isDeprecated": false, |
| 177 | + "deprecationReason": null |
| 178 | + }, |
| 179 | + { |
| 180 | + "name": "teacherComment", |
| 181 | + "description": null, |
| 182 | + "args": [], |
| 183 | + "type": { |
| 184 | + "kind": "SCALAR", |
| 185 | + "name": "String", |
| 186 | + "ofType": null |
| 187 | + }, |
| 188 | + "isDeprecated": false, |
| 189 | + "deprecationReason": null |
| 190 | + } |
| 191 | + ], |
| 192 | + "inputFields": null, |
| 193 | + "interfaces": [], |
| 194 | + "enumValues": null, |
| 195 | + "possibleTypes": null |
| 196 | + }, |
106 | 197 | {
|
107 | 198 | "kind": "SCALAR",
|
108 | 199 | "name": "Boolean",
|
|
6471 | 6562 | "isDeprecated": false,
|
6472 | 6563 | "deprecationReason": null
|
6473 | 6564 | },
|
| 6565 | + { |
| 6566 | + "name": "recentActivity", |
| 6567 | + "description": null, |
| 6568 | + "args": [ |
| 6569 | + { |
| 6570 | + "name": "course", |
| 6571 | + "description": null, |
| 6572 | + "type": { |
| 6573 | + "kind": "NON_NULL", |
| 6574 | + "name": null, |
| 6575 | + "ofType": { |
| 6576 | + "kind": "SCALAR", |
| 6577 | + "name": "String", |
| 6578 | + "ofType": null |
| 6579 | + } |
| 6580 | + }, |
| 6581 | + "defaultValue": null, |
| 6582 | + "isDeprecated": false, |
| 6583 | + "deprecationReason": null |
| 6584 | + }, |
| 6585 | + { |
| 6586 | + "name": "student", |
| 6587 | + "description": null, |
| 6588 | + "type": { |
| 6589 | + "kind": "SCALAR", |
| 6590 | + "name": "String", |
| 6591 | + "ofType": null |
| 6592 | + }, |
| 6593 | + "defaultValue": null, |
| 6594 | + "isDeprecated": false, |
| 6595 | + "deprecationReason": null |
| 6596 | + }, |
| 6597 | + { |
| 6598 | + "name": "fetch", |
| 6599 | + "description": null, |
| 6600 | + "type": { |
| 6601 | + "kind": "NON_NULL", |
| 6602 | + "name": null, |
| 6603 | + "ofType": { |
| 6604 | + "kind": "SCALAR", |
| 6605 | + "name": "Int", |
| 6606 | + "ofType": null |
| 6607 | + } |
| 6608 | + }, |
| 6609 | + "defaultValue": null, |
| 6610 | + "isDeprecated": false, |
| 6611 | + "deprecationReason": null |
| 6612 | + } |
| 6613 | + ], |
| 6614 | + "type": { |
| 6615 | + "kind": "NON_NULL", |
| 6616 | + "name": null, |
| 6617 | + "ofType": { |
| 6618 | + "kind": "LIST", |
| 6619 | + "name": null, |
| 6620 | + "ofType": { |
| 6621 | + "kind": "NON_NULL", |
| 6622 | + "name": null, |
| 6623 | + "ofType": { |
| 6624 | + "kind": "OBJECT", |
| 6625 | + "name": "Activity", |
| 6626 | + "ofType": null |
| 6627 | + } |
| 6628 | + } |
| 6629 | + } |
| 6630 | + }, |
| 6631 | + "isDeprecated": false, |
| 6632 | + "deprecationReason": null |
| 6633 | + }, |
6474 | 6634 | {
|
6475 | 6635 | "name": "unfulfilledPurchases",
|
6476 | 6636 | "description": null,
|
|
0 commit comments