@quesmed/types 2.4.3 → 2.4.4
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.
|
@@ -1754,8 +1754,8 @@ const updateMarksheets = (cache, result, options) => {
|
|
|
1754
1754
|
}
|
|
1755
1755
|
try {
|
|
1756
1756
|
for (let i = 0; i < saveMarksheets.length; i++) {
|
|
1757
|
-
const {
|
|
1758
|
-
const marksheet =
|
|
1757
|
+
const { input } = variables;
|
|
1758
|
+
const marksheet = input[i];
|
|
1759
1759
|
cache.writeFragment({
|
|
1760
1760
|
id: cache.identify({
|
|
1761
1761
|
id: saveMarksheets[i],
|
|
@@ -1751,8 +1751,8 @@ export const updateMarksheets = (cache, result, options) => {
|
|
|
1751
1751
|
}
|
|
1752
1752
|
try {
|
|
1753
1753
|
for (let i = 0; i < saveMarksheets.length; i++) {
|
|
1754
|
-
const {
|
|
1755
|
-
const marksheet =
|
|
1754
|
+
const { input } = variables;
|
|
1755
|
+
const marksheet = input[i];
|
|
1756
1756
|
cache.writeFragment({
|
|
1757
1757
|
id: cache.identify({
|
|
1758
1758
|
id: saveMarksheets[i],
|